|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Capsules all data which is neither part of a variable or category structure in the less file. More...
Inheritance diagram for ilSystemStyleLessComment:
Collaboration diagram for ilSystemStyleLessComment: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... | |
| __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().
Here is the call graph for this function:| ilSystemStyleLessComment::__toString | ( | ) |
This function will be needed to write the comment back to the less file and restore it's initial structure in less.
Reimplemented from ilSystemStyleLessItem.
Definition at line 57 of file class.ilSystemStyleLessComment.php.
References getComment().
Here is the call graph for this function:| ilSystemStyleLessComment::getComment | ( | ) |
Definition at line 37 of file class.ilSystemStyleLessComment.php.
References $comment.
Referenced by __toString().
Here is the caller graph for this function:| ilSystemStyleLessComment::setComment | ( | $comment | ) |
| string | $comment |
Definition at line 45 of file class.ilSystemStyleLessComment.php.
References $comment, and comment().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 23 of file class.ilSystemStyleLessComment.php.
Referenced by __construct(), getComment(), and setComment().