Trismegiste\Mondrian\Command\AbstractParse::getConfig PHP Method

getConfig() protected method

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