MyBuilder\Conductor\Command\BaseCommand::getConfiguration PHP Méthode

getConfiguration() protected méthode

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