PHP Class PHPSA\Definition\ParentDefinition

Inheritance: extends AbstractDefinition
Show file Open project: ovr/phpsa

Protected Properties

Property Type Description
$namespace string

Public Methods

Method Description
getName ( ) : string
getNamespace ( ) : string
getPointer ( ) : ScopePointer
setNamespace ( string $namespace )

Method Details

getName() public method

public getName ( ) : string
return string

getNamespace() public method

public getNamespace ( ) : string
return string

getPointer() public method

public getPointer ( ) : ScopePointer
return PHPSA\ScopePointer

setNamespace() public method

public setNamespace ( string $namespace )
$namespace string

Property Details

$namespace protected property

protected string $namespace
return string