示例#1
0
 /**
  * Gets the full path to the file for the current class.
  * @return string
  */
 public function getClassFilePath()
 {
     return ClassTools::createFilePath($this->getPackagePath(), $this->getClassname());
 }