isDeprecated() public méthode

public isDeprecated ( ) : boolean
Résultat boolean True if this element is marked as deprecated
 public function isDeprecated() : bool
 {
     return $this->element->isDeprecated();
 }