Acacha\Llum\Parser\LlumRCParser::__construct PHP Method

__construct() public method

LlumRCParser constructor.
public __construct ( LlumRCFile $file )
$file Acacha\Llum\LlumRCFile
    public function __construct(LlumRCFile $file)
    {
        $this->file = $file;
    }