isDeprecated() 공개 메소드

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