ILIAS  release_7 Revision v7.30-3-g800a261c036
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.