Exemplo n.º 1
0
 private static function getPath($folder)
 {
     $path = App::getEntityPath() . $folder . DIRECTORY_SEPARATOR . 'config.yaml';
     return $path;
 }
Exemplo n.º 2
0
 public function getEntityPath()
 {
     return App::getEntityPath() . $this->entity;
 }