예제 #1
0
파일: Model.php 프로젝트: jarves/jarves
 /**
  * @param string $property
  * @return null|string
  */
 public function getPropertyDescription($property)
 {
     return ClassExtractor::create($this)->getPropertyComment($property);
 }