|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Capsules data of a Scss category in the variables to Scss file. More...
Inheritance diagram for ilSystemStyleScssCategory:
Collaboration diagram for ilSystemStyleScssCategory: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 Scss file and restore it's initial structure in Scss. More... | |
Public Member Functions inherited from ilSystemStyleScssItem | |
| __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 Scss category in the variables to Scss file.
A Scss category has the following structure:
//== NameOfCategory // //## Comment
Definition at line 28 of file class.ilSystemStyleScssCategory.php.
| ilSystemStyleScssCategory::__construct | ( | string | $name, |
| string | $comment = '' |
||
| ) |
Definition at line 40 of file class.ilSystemStyleScssCategory.php.
References setComment(), and setName().
Here is the call graph for this function:| ilSystemStyleScssCategory::__toString | ( | ) |
This function will be needed to write the category back to the Scss file and restore it's initial structure in Scss.
Definition at line 72 of file class.ilSystemStyleScssCategory.php.
References getComment(), and getName().
Here is the call graph for this function:| ilSystemStyleScssCategory::getComment | ( | ) |
Definition at line 57 of file class.ilSystemStyleScssCategory.php.
References $comment.
Referenced by __toString().
Here is the caller graph for this function:| ilSystemStyleScssCategory::getName | ( | ) |
Definition at line 46 of file class.ilSystemStyleScssCategory.php.
References $name.
Referenced by __toString().
Here is the caller graph for this function:| ilSystemStyleScssCategory::setComment | ( | string | $comment | ) |
Definition at line 62 of file class.ilSystemStyleScssCategory.php.
References ILIAS\UI\examples\Symbol\Glyph\Comment\comment().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ilSystemStyleScssCategory::setName | ( | string | $name | ) |
Definition at line 51 of file class.ilSystemStyleScssCategory.php.
Referenced by __construct().
Here is the caller graph for this function:
|
protected |
Comment to describe what this category is about.
Definition at line 38 of file class.ilSystemStyleScssCategory.php.
Referenced by getComment().
|
protected |
Name of the category.
Definition at line 33 of file class.ilSystemStyleScssCategory.php.
Referenced by getName().