MyBuilder\Conductor\Command\BaseCommand::getConfiguration PHP Method

getConfiguration() protected method

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