Trismegiste\Mondrian\Command\AbstractParse::getConfig PHP Метод

getConfig() защищенный Метод

get the graph section of the configuration for this package
protected getConfig ( string $dir ) : array
$dir string the root dir of the package
Результат array
    protected function getConfig($dir)
    {
        $helper = new Helper();
        return $helper->getGraphConfig($dir);
    }