PHP Class PHPSA\Definition\AbstractDefinition

Afficher le fichier Open project: ovr/phpsa Class Usage Examples

Protected Properties

Свойство Type Description
$compiled boolean
$name string

Méthodes publiques

Méthode Description
compile ( Context $context ) : boolean Compile the definition
getName ( ) : string
getPointer ( ) : ScopePointer
isCompiled ( ) : boolean
setName ( string $name )

Method Details

compile() abstract public méthode

Compile the definition
abstract public compile ( Context $context ) : boolean
$context PHPSA\Context
Résultat boolean

getName() public méthode

public getName ( ) : string
Résultat string

getPointer() public méthode

public getPointer ( ) : ScopePointer
Résultat PHPSA\ScopePointer

isCompiled() public méthode

public isCompiled ( ) : boolean
Résultat boolean

setName() public méthode

public setName ( string $name )
$name string

Property Details

$compiled protected_oe property

protected bool $compiled
Résultat boolean

$name protected_oe property

protected string $name
Résultat string