MyBuilder\Conductor\Command\BaseCommand::getConfiguration PHP 메소드

getConfiguration() 보호된 메소드

protected getConfiguration ( ) : mixed
리턴 mixed
    protected function getConfiguration()
    {
        $yaml = new Parser();
        return $yaml->parse(file_get_contents($this->configurationFile));
    }