ILIAS
release_8 Revision v8.23
|
Capsules data of a less category in the variables to less file. More...
Public Member Functions | |
__construct (string $name, string $comment='') | |
getName () | |
setName (string $name) | |
getComment () | |
setComment (string $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 | |
string | $name = '' |
Name of the category. More... | |
string | $comment = '' |
Comment to describe what this category is about. More... | |
Capsules data of a less category in the variables to less file.
A less category has the following structure:
//== NameOfCategory // //## Comment
Definition at line 28 of file class.ilSystemStyleLessCategory.php.
ilSystemStyleLessCategory::__construct | ( | string | $name, |
string | $comment = '' |
||
) |
Definition at line 40 of file class.ilSystemStyleLessCategory.php.
References setComment(), and setName().
ilSystemStyleLessCategory::__toString | ( | ) |
This function will be needed to write the category back to the less file and restore it's initial structure in less.
Definition at line 72 of file class.ilSystemStyleLessCategory.php.
References getComment(), and getName().
ilSystemStyleLessCategory::getComment | ( | ) |
Definition at line 57 of file class.ilSystemStyleLessCategory.php.
References $comment.
Referenced by __toString().
ilSystemStyleLessCategory::getName | ( | ) |
Definition at line 46 of file class.ilSystemStyleLessCategory.php.
References $name.
Referenced by __toString().
ilSystemStyleLessCategory::setComment | ( | string | $comment | ) |
Definition at line 62 of file class.ilSystemStyleLessCategory.php.
References ILIAS\UI\examples\Symbol\Glyph\Comment\comment().
Referenced by __construct().
ilSystemStyleLessCategory::setName | ( | string | $name | ) |
Definition at line 51 of file class.ilSystemStyleLessCategory.php.
Referenced by __construct().
|
protected |
Comment to describe what this category is about.
Definition at line 38 of file class.ilSystemStyleLessCategory.php.
Referenced by getComment().
|
protected |
Name of the category.
Definition at line 33 of file class.ilSystemStyleLessCategory.php.
Referenced by getName().