Acacha\Llum\Parser\LlumRCParser::__construct PHP 메소드

__construct() 공개 메소드

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