Beans_Lessc::__construct PHP Метод

__construct() публичный Метод

Initialize any static state, can initialize parser for a file $opts isn't used yet
public __construct ( $fname = null )
    public function __construct($fname = null)
    {
        if ($fname !== null) {
            // used for deprecated parse method
            $this->_parseFile = $fname;
        }
    }