ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Public Member Functions | |
__construct ($name, $value, $comment, $category_name, $references) | |
ilSystemStyleLessVariable constructor. More... | |
getName () | |
setName ($name) | |
getValue () | |
setValue ($value) | |
getComment () | |
setComment ($comment) | |
getCategoryName () | |
setCategoryName ($category_name) | |
getReferences () | |
setReferences ($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... | |
Public Member Functions inherited from ilSystemStyleLessItem | |
__toString () | |
Protected Attributes | |
$name = "" | |
$value = "" | |
$comment = "" | |
$category_name = "" | |
$references = array() | |
Definition at line 15 of file class.ilSystemStyleLessVariable.php.
ilSystemStyleLessVariable::__construct | ( | $name, | |
$value, | |||
$comment, | |||
$category_name, | |||
$references | |||
) |
ilSystemStyleLessVariable constructor.
$name | |
$value | |
$comment | |
$category_name | |
$references |
Definition at line 60 of file class.ilSystemStyleLessVariable.php.
References $category_name, $comment, $name, $references, $value, 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 172 of file class.ilSystemStyleLessVariable.php.
References getComment(), getName(), and getValue().
ilSystemStyleLessVariable::getCategoryName | ( | ) |
Definition at line 136 of file class.ilSystemStyleLessVariable.php.
References $category_name.
ilSystemStyleLessVariable::getComment | ( | ) |
Definition at line 119 of file class.ilSystemStyleLessVariable.php.
References $comment.
Referenced by __toString().
ilSystemStyleLessVariable::getName | ( | ) |
Definition at line 72 of file class.ilSystemStyleLessVariable.php.
References $name.
Referenced by __toString(), and setValue().
ilSystemStyleLessVariable::getReferences | ( | ) |
Definition at line 152 of file class.ilSystemStyleLessVariable.php.
References $references.
ilSystemStyleLessVariable::getValue | ( | ) |
Definition at line 88 of file class.ilSystemStyleLessVariable.php.
References $value.
Referenced by __toString().
ilSystemStyleLessVariable::setCategoryName | ( | $category_name | ) |
string | $category_name |
Definition at line 144 of file class.ilSystemStyleLessVariable.php.
References $category_name.
Referenced by __construct().
ilSystemStyleLessVariable::setComment | ( | $comment | ) |
string | $comment |
Definition at line 127 of file class.ilSystemStyleLessVariable.php.
References $comment, comment(), and PHP_EOL.
Referenced by __construct().
ilSystemStyleLessVariable::setName | ( | $name | ) |
string | $name |
Definition at line 80 of file class.ilSystemStyleLessVariable.php.
References $name.
Referenced by __construct().
ilSystemStyleLessVariable::setReferences | ( | $references | ) |
array | $references |
Definition at line 160 of file class.ilSystemStyleLessVariable.php.
References $references.
Referenced by __construct().
ilSystemStyleLessVariable::setValue | ( | $value | ) |
string | $value |
Definition at line 96 of file class.ilSystemStyleLessVariable.php.
References $value, getName(), and PHP_EOL.
Referenced by __construct().
|
protected |
Definition at line 43 of file class.ilSystemStyleLessVariable.php.
Referenced by __construct(), getCategoryName(), and setCategoryName().
|
protected |
Definition at line 37 of file class.ilSystemStyleLessVariable.php.
Referenced by __construct(), getComment(), and setComment().
|
protected |
Definition at line 23 of file class.ilSystemStyleLessVariable.php.
Referenced by __construct(), getName(), and setName().
|
protected |
Definition at line 50 of file class.ilSystemStyleLessVariable.php.
Referenced by __construct(), getReferences(), and setReferences().
|
protected |
Definition at line 30 of file class.ilSystemStyleLessVariable.php.
Referenced by __construct(), getValue(), and setValue().