ILIAS  trunk Revision v11.0_alpha-1831-g8615d53dadb
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
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 ()
 

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: