ILIAS
release_8 Revision v8.23
|
Public Member Functions | |
__construct (string $name, string $value, string $comment, string $category_name, array $references=[]) | |
getName () | |
setName (string $name) | |
getValue () | |
setValue (string $value) | |
getComment () | |
setComment (string $comment) | |
getCategoryName () | |
setCategoryName (string $category_name) | |
getReferences () | |
setReferences (array $references) | |
__toString () | |
This function will be needed to write the variable back to the less file and restore it's initial structure in less. More... | |
![]() | |
__toString () | |
Protected Attributes | |
string | $name = '' |
Name of the variable. More... | |
string | $value = '' |
Value of the variable as set in the less file. More... | |
string | $comment = '' |
Comment to the variable as in the less file. More... | |
string | $category_name = '' |
Less Category which encloses this variable. More... | |
array | $references = [] |
Set references to other variables that are used by this exact variable. More... | |
Definition at line 26 of file class.ilSystemStyleLessVariable.php.
ilSystemStyleLessVariable::__construct | ( | string | $name, |
string | $value, | ||
string | $comment, | ||
string | $category_name, | ||
array | $references = [] |
||
) |
Definition at line 53 of file class.ilSystemStyleLessVariable.php.
References setCategoryName(), setComment(), setName(), setReferences(), and setValue().
ilSystemStyleLessVariable::__toString | ( | ) |
This function will be needed to write the variable back to the less file and restore it's initial structure in less.
Definition at line 136 of file class.ilSystemStyleLessVariable.php.
References getComment(), getName(), and getValue().
ilSystemStyleLessVariable::getCategoryName | ( | ) |
Definition at line 112 of file class.ilSystemStyleLessVariable.php.
References $category_name.
ilSystemStyleLessVariable::getComment | ( | ) |
Definition at line 101 of file class.ilSystemStyleLessVariable.php.
References $comment.
Referenced by __toString().
ilSystemStyleLessVariable::getName | ( | ) |
Definition at line 67 of file class.ilSystemStyleLessVariable.php.
References $name.
Referenced by __toString(), and setValue().
ilSystemStyleLessVariable::getReferences | ( | ) |
Definition at line 122 of file class.ilSystemStyleLessVariable.php.
References $references.
ilSystemStyleLessVariable::getValue | ( | ) |
Definition at line 77 of file class.ilSystemStyleLessVariable.php.
References $value.
Referenced by __toString().
ilSystemStyleLessVariable::setCategoryName | ( | string | $category_name | ) |
Definition at line 117 of file class.ilSystemStyleLessVariable.php.
References $category_name.
Referenced by __construct().
ilSystemStyleLessVariable::setComment | ( | string | $comment | ) |
Definition at line 106 of file class.ilSystemStyleLessVariable.php.
References ILIAS\UI\examples\Symbol\Glyph\Comment\comment().
Referenced by __construct().
ilSystemStyleLessVariable::setName | ( | string | $name | ) |
Definition at line 72 of file class.ilSystemStyleLessVariable.php.
References $name.
Referenced by __construct().
ilSystemStyleLessVariable::setReferences | ( | array | $references | ) |
Definition at line 127 of file class.ilSystemStyleLessVariable.php.
References $references.
Referenced by __construct().
ilSystemStyleLessVariable::setValue | ( | string | $value | ) |
Definition at line 82 of file class.ilSystemStyleLessVariable.php.
References $value, and getName().
Referenced by __construct().
|
protected |
Less Category which encloses this variable.
Definition at line 46 of file class.ilSystemStyleLessVariable.php.
Referenced by getCategoryName(), and setCategoryName().
|
protected |
Comment to the variable as in the less file.
Definition at line 41 of file class.ilSystemStyleLessVariable.php.
Referenced by getComment().
|
protected |
Name of the variable.
Definition at line 31 of file class.ilSystemStyleLessVariable.php.
|
protected |
Set references to other variables that are used by this exact variable.
Definition at line 51 of file class.ilSystemStyleLessVariable.php.
Referenced by getReferences(), and setReferences().
|
protected |
Value of the variable as set in the less file.
Definition at line 36 of file class.ilSystemStyleLessVariable.php.
Referenced by getValue(), and setValue().