示例#1
0
文件: Model.php 项目: jarves/jarves
 /**
  * @param string $property
  * @return null|string
  */
 public function getPropertyDescription($property)
 {
     return ClassExtractor::create($this)->getPropertyComment($property);
 }