ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
All Data Structures Namespaces Files Functions Variables Modules Pages
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.