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