|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Inheritance diagram for ilSystemStyleScssVariable:
Collaboration diagram for ilSystemStyleScssVariable: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) | |
| getForDelosOverride () | |
| This function will be needed for the main scss file to override the defaults for delos. More... | |
| __toString () | |
| This function will be needed to write the variable 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 variable. More... | |
| string | $value = '' |
| Value of the variable as set in the Scss file. More... | |
| string | $comment = '' |
| Comment to the variable as in the Scss file. More... | |
| string | $category_name = '' |
| Scss 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.ilSystemStyleScssVariable.php.
| ilSystemStyleScssVariable::__construct | ( | string | $name, |
| string | $value, | ||
| string | $comment, | ||
| string | $category_name, | ||
| array | $references = [] |
||
| ) |
Definition at line 53 of file class.ilSystemStyleScssVariable.php.
References setCategoryName(), setComment(), setName(), setReferences(), and setValue().
Here is the call graph for this function:| ilSystemStyleScssVariable::__toString | ( | ) |
This function will be needed to write the variable back to the Scss file and restore it's initial structure in Scss.
Definition at line 140 of file class.ilSystemStyleScssVariable.php.
References getComment(), getName(), and getValue().
Here is the call graph for this function:| ilSystemStyleScssVariable::getCategoryName | ( | ) |
Definition at line 108 of file class.ilSystemStyleScssVariable.php.
References $category_name.
| ilSystemStyleScssVariable::getComment | ( | ) |
Definition at line 97 of file class.ilSystemStyleScssVariable.php.
References $comment.
Referenced by __toString().
Here is the caller graph for this function:| ilSystemStyleScssVariable::getForDelosOverride | ( | ) |
This function will be needed for the main scss file to override the defaults for delos.
Definition at line 131 of file class.ilSystemStyleScssVariable.php.
References getName().
Here is the call graph for this function:| ilSystemStyleScssVariable::getName | ( | ) |
Definition at line 67 of file class.ilSystemStyleScssVariable.php.
References $name.
Referenced by __toString(), getForDelosOverride(), and setValue().
Here is the caller graph for this function:| ilSystemStyleScssVariable::getReferences | ( | ) |
Definition at line 118 of file class.ilSystemStyleScssVariable.php.
References $references.
| ilSystemStyleScssVariable::getValue | ( | ) |
Definition at line 77 of file class.ilSystemStyleScssVariable.php.
References $value.
Referenced by __toString().
Here is the caller graph for this function:| ilSystemStyleScssVariable::setCategoryName | ( | string | $category_name | ) |
Definition at line 113 of file class.ilSystemStyleScssVariable.php.
References $category_name.
Referenced by __construct().
Here is the caller graph for this function:| ilSystemStyleScssVariable::setComment | ( | string | $comment | ) |
Definition at line 102 of file class.ilSystemStyleScssVariable.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:| ilSystemStyleScssVariable::setName | ( | string | $name | ) |
Definition at line 72 of file class.ilSystemStyleScssVariable.php.
References $name.
Referenced by __construct().
Here is the caller graph for this function:| ilSystemStyleScssVariable::setReferences | ( | array | $references | ) |
Definition at line 123 of file class.ilSystemStyleScssVariable.php.
References $references.
Referenced by __construct().
Here is the caller graph for this function:| ilSystemStyleScssVariable::setValue | ( | string | $value | ) |
Definition at line 82 of file class.ilSystemStyleScssVariable.php.
References $value, and getName().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Scss Category which encloses this variable.
Definition at line 46 of file class.ilSystemStyleScssVariable.php.
Referenced by getCategoryName(), and setCategoryName().
|
protected |
Comment to the variable as in the Scss file.
Definition at line 41 of file class.ilSystemStyleScssVariable.php.
Referenced by getComment().
|
protected |
Name of the variable.
Definition at line 31 of file class.ilSystemStyleScssVariable.php.
|
protected |
Set references to other variables that are used by this exact variable.
Definition at line 51 of file class.ilSystemStyleScssVariable.php.
Referenced by getReferences(), and setReferences().
|
protected |
Value of the variable as set in the Scss file.
Definition at line 36 of file class.ilSystemStyleScssVariable.php.
Referenced by getValue(), and setValue().