isDeprecated() public method

public isDeprecated ( ) : boolean
return boolean True if this element is marked as deprecated
コード例 #1
0
ファイル: PassByReferenceVariable.php プロジェクト: etsy/phan
 public function isDeprecated() : bool
 {
     return $this->element->isDeprecated();
 }