isDeprecated() public method

public isDeprecated ( ) : boolean
return boolean True if this element is marked as deprecated
Example #1
0
 public function isDeprecated() : bool
 {
     return $this->element->isDeprecated();
 }