コード例 #1
0
ファイル: OMBuilder.php プロジェクト: keneanung/gw2spidy
 /**
  * Gets the full path to the file for the current class.
  * @return string
  */
 public function getClassFilePath()
 {
     return ClassTools::createFilePath($this->getPackagePath(), $this->getClassname());
 }