Trismegiste\Mondrian\Command\AbstractParse::getConfig PHP Méthode

getConfig() protected méthode

get the graph section of the configuration for this package
protected getConfig ( string $dir ) : array
$dir string the root dir of the package
Résultat array
    protected function getConfig($dir)
    {
        $helper = new Helper();
        return $helper->getGraphConfig($dir);
    }