コード例 #1
0
 private static function getPath($folder)
 {
     $path = App::getEntityPath() . $folder . DIRECTORY_SEPARATOR . 'config.yaml';
     return $path;
 }
コード例 #2
0
 public function getEntityPath()
 {
     return App::getEntityPath() . $this->entity;
 }