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);
    }