|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Capsules data of a less category in the variables to less file. More...
Inheritance diagram for ilSystemStyleLessCategory:
Collaboration diagram for ilSystemStyleLessCategory:Public Member Functions | |
| __construct ($name, $comment="") | |
| ilSystemStyleLessCategory constructor. More... | |
| getName () | |
| setName ($name) | |
| getComment () | |
| setComment ($comment) | |
| __toString () | |
| This function will be needed to write the category back to the less file and restore it's initial structure in less. More... | |
| __toString () | |
Protected Attributes | |
| $name = "" | |
| $comment = "" | |
Capsules data of a less category in the variables to less file.
A less category has the following structure:
//== NameOfCategory // //## Comment
Definition at line 16 of file class.ilSystemStyleLessCategory.php.
| ilSystemStyleLessCategory::__construct | ( | $name, | |
$comment = "" |
|||
| ) |
ilSystemStyleLessCategory constructor.
| string | $name | |
| string | $comment |
Definition at line 37 of file class.ilSystemStyleLessCategory.php.
References $comment, $name, setComment(), and setName().
Here is the call graph for this function:| ilSystemStyleLessCategory::__toString | ( | ) |
This function will be needed to write the category back to the less file and restore it's initial structure in less.
Reimplemented from ilSystemStyleLessItem.
Definition at line 83 of file class.ilSystemStyleLessCategory.php.
References getComment(), and getName().
Here is the call graph for this function:| ilSystemStyleLessCategory::getComment | ( | ) |
Definition at line 63 of file class.ilSystemStyleLessCategory.php.
References $comment.
Referenced by __toString().
Here is the caller graph for this function:| ilSystemStyleLessCategory::getName | ( | ) |
Definition at line 46 of file class.ilSystemStyleLessCategory.php.
References $name.
Referenced by __toString().
Here is the caller graph for this function:| ilSystemStyleLessCategory::setComment | ( | $comment | ) |
| string | $comment |
Definition at line 71 of file class.ilSystemStyleLessCategory.php.
References $comment, comment(), and PHP_EOL.
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ilSystemStyleLessCategory::setName | ( | $name | ) |
| string | $name |
Definition at line 54 of file class.ilSystemStyleLessCategory.php.
References $name, and PHP_EOL.
Referenced by __construct().
Here is the caller graph for this function:
|
protected |
Definition at line 30 of file class.ilSystemStyleLessCategory.php.
Referenced by __construct(), getComment(), and setComment().
|
protected |
Definition at line 23 of file class.ilSystemStyleLessCategory.php.
Referenced by __construct(), getName(), and setName().