ILIAS
release_8 Revision v8.23
|
Capsules all data which is neither part of a variable or category structure in the less file. More...
Public Member Functions | |
__construct (string $comment) | |
ilSystemStyleLessComment constructor. More... | |
getComment () | |
setComment (string $comment) | |
__toString () | |
This function will be needed to write the comment back to the less file and restore it's initial structure in less. More... | |
![]() | |
__toString () | |
Protected Attributes | |
string | $comment = '' |
Random content of the less file being neither part of a variable or category. More... | |
Capsules all data which is neither part of a variable or category structure in the less file.
This is needed to write the less file back to it's initial form
//== NameOfCategory // //## Comment
Definition at line 29 of file class.ilSystemStyleLessComment.php.
ilSystemStyleLessComment::__construct | ( | string | $comment | ) |
ilSystemStyleLessComment constructor.
Definition at line 39 of file class.ilSystemStyleLessComment.php.
References setComment().
ilSystemStyleLessComment::__toString | ( | ) |
This function will be needed to write the comment back to the less file and restore it's initial structure in less.
Definition at line 59 of file class.ilSystemStyleLessComment.php.
References getComment().
ilSystemStyleLessComment::getComment | ( | ) |
Definition at line 44 of file class.ilSystemStyleLessComment.php.
References $comment.
Referenced by __toString().
ilSystemStyleLessComment::setComment | ( | string | $comment | ) |
Definition at line 49 of file class.ilSystemStyleLessComment.php.
References ILIAS\UI\examples\Symbol\Glyph\Comment\comment().
Referenced by __construct().
|
protected |
Random content of the less file being neither part of a variable or category.
Definition at line 34 of file class.ilSystemStyleLessComment.php.
Referenced by getComment().