ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ILIAS\Component\Dependencies\Define Class Reference
+ Inheritance diagram for ILIAS\Component\Dependencies\Define:
+ Collaboration diagram for ILIAS\Component\Dependencies\Define:

Public Member Functions

 __construct (protected Name $name,)
 
 __toString ()
 
 getName ()
 
 resetResolutions ()
 
 __toString ()
 
 getName ()
 

Detailed Description

Definition at line 23 of file Define.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Component\Dependencies\Define::__construct ( protected Name  $name)

Definition at line 25 of file Define.php.

27 {
28 }

Member Function Documentation

◆ __toString()

ILIAS\Component\Dependencies\Define::__toString ( )

Implements ILIAS\Component\Dependencies\Dependency.

Definition at line 30 of file Define.php.

30 : string
31 {
32 return "DEFINE: " . $this->name;
33 }

◆ getName()

ILIAS\Component\Dependencies\Define::getName ( )

Implements ILIAS\Component\Dependencies\Dependency.

Definition at line 35 of file Define.php.

35 : string
36 {
37 return (string) $this->name;
38 }

◆ resetResolutions()

ILIAS\Component\Dependencies\Define::resetResolutions ( )

Definition at line 40 of file Define.php.

40 : void
41 {
42 }

The documentation for this class was generated from the following file: