Method | Description | |
---|---|---|
getContext ( ) : |
||
getFileRef ( ) : |
||
getName ( ) : string | ||
getUnionType ( ) : |
||
hasSuppressIssue ( string $issue_name ) : boolean | return bool True if this element would like to suppress the given issue name | |
hydrate ( |
This method must be called before analysis begins. | |
isDeprecated ( ) : boolean | ||
isInternal ( ) : boolean | ||
setIsDeprecated ( boolean $is_deprecated ) : void | ||
setSuppressIssueList ( array $suppress_issue_list ) : void | ||
setUnionType ( |
public getContext ( ) : |
||
return | The context in which this structural element exists |
public getFileRef ( ) : |
||
return | A reference to where this element was found |
public getUnionType ( ) : |
||
return | Get the type of this structural element |
public hasSuppressIssue ( string $issue_name ) : boolean | ||
$issue_name | string | |
return | boolean |
public isDeprecated ( ) : boolean | ||
return | boolean | True if this element is marked as deprecated |
public isInternal ( ) : boolean | ||
return | boolean | True if this was an internal PHP object |
public setIsDeprecated ( boolean $is_deprecated ) : void | ||
$is_deprecated | boolean | Set this element as deprecated |
return | void |
public setSuppressIssueList ( array $suppress_issue_list ) : void | ||
$suppress_issue_list | array | Set the set of issue names to suppress |
return | void |
public setUnionType ( |
||
$type | Set the type of this element | |
return | void |