ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
class.ilSystemStyleLessItem.php
Go to the documentation of this file.
1 <?php
9 abstract class ilSystemStyleLessItem
10 {
11  abstract public function __toString();
12 }
Abstracts content of a less file.