ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Capsules all data which is neither part of a variable or category structure in the less file. More...
Public Member Functions | |
__construct ($comment) | |
ilSystemStyleLessComment constructor. More... | |
getComment () | |
setComment ($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... | |
Public Member Functions inherited from ilSystemStyleLessItem | |
__toString () | |
Protected Attributes | |
$comment = "" | |
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 15 of file class.ilSystemStyleLessComment.php.
ilSystemStyleLessComment::__construct | ( | $comment | ) |
ilSystemStyleLessComment constructor.
string | $comment |
Definition at line 29 of file class.ilSystemStyleLessComment.php.
References $comment, and 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 57 of file class.ilSystemStyleLessComment.php.
References getComment().
ilSystemStyleLessComment::getComment | ( | ) |
Definition at line 37 of file class.ilSystemStyleLessComment.php.
References $comment.
Referenced by __toString().
ilSystemStyleLessComment::setComment | ( | $comment | ) |
string | $comment |
Definition at line 45 of file class.ilSystemStyleLessComment.php.
References $comment, comment(), and PHP_EOL.
Referenced by __construct().
|
protected |
Definition at line 23 of file class.ilSystemStyleLessComment.php.
Referenced by __construct(), getComment(), and setComment().