getGraphConfig() публичный Метод

Get the graph configuration
public getGraphConfig ( string $dir ) : array
$dir string filepath to the package directory
Результат array the full config
Пример #1
0
 /**
  * get the graph section of the configuration for this package
  *
  * @param string $dir the root dir of the package
  *
  * @return array
  */
 protected function getConfig($dir)
 {
     $helper = new Helper();
     return $helper->getGraphConfig($dir);
 }