Метод | Описание | |
---|---|---|
__construct ( string $name ) | Creates a new member | |
getParent ( ) : |
Returns the parent structure to which this member belongs | |
getVisibility ( ) : string | Returns the visibility state of this member | |
isStatic ( ) : boolean | Returns whether this member is static | |
setParent ( |
Sets the parent structure to which this member belongs | |
setStatic ( boolean $bool ) | Sets whether or not this member is static | |
setVisibility ( string $visibility ) | Sets the members visibility |
public __construct ( string $name ) | ||
$name | string | the name of the member |
public getParent ( ) : |
||
Результат |
public getVisibility ( ) : string | ||
Результат | string | the visibility |
public setVisibility ( string $visibility ) | ||
$visibility | string | the new visibility |