create() public static method

public static create ( object $obj ) : static
$obj object
return static
Beispiel #1
0
 /**
  * @param string $property
  * @return null|string
  */
 public function getPropertyDescription($property)
 {
     return ClassExtractor::create($this)->getPropertyComment($property);
 }