[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/lib/classes/ -> lessc.php (summary)

Moodle implementation of LESS.

Copyright: 2014 Frédéric Massart
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 54 lines (2 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

core_lessc:: (1 method):
  parse_file_content()


Class: core_lessc  - X-Ref

Moodle LESS compiler class.

parse_file_content($filepath)   X-Ref
Parse the content of a file.

The purpose of this method is to provide a way to import the
content of a file without messing with the import directories
as {@link self::parseFile()} would do. But of course you should
have manually set your import directories previously.

param: string $filepath The path to the file.
return: void



Generated: Thu Aug 11 10:00:09 2016 Cross-referenced by PHPXref 0.7.1