ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
class.ilSystemStyleLessItem.php
Go to the documentation of this file.
1 <?php
9 abstract class ilSystemStyleLessItem
10 {
11  abstract function __toString();
12 }
Abstracts content of a less file.