getPropertyMapByFullyQualifiedClassName() public méthode

public getPropertyMapByFullyQualifiedClassName ( FullyQualifiedClassName $fqsen ) : array
$fqsen Phan\Language\FQSEN\FullyQualifiedClassName
Résultat array The set of properties associated with the given class
Exemple #1
0
 /**
  * @return Property[]
  * The list of properties on this class
  */
 public function getPropertyMap(CodeBase $code_base) : array
 {
     return $code_base->getPropertyMapByFullyQualifiedClassName($this->getFQSEN());
 }