Sprockets\Filter\Sass::__construct PHP Метод

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

public __construct ( )
    public function __construct()
    {
        $previous_error_reporting = error_reporting();
        error_reporting(E_ERROR);
        $this->parser = new \SassParser();
        error_reporting($previous_error_reporting);
    }