Beans_Lessc::__construct PHP Method

__construct() public method

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;
        }
    }