PHP Class mageekguy\atoum\php\tokenizer\iterators\phpScript

Inheritance: extends phpNamespace
Afficher le fichier Open project: atoum/atoum Class Usage Examples

Protected Properties

Свойство Type Description
$importations
$namespaces

Méthodes publiques

Méthode Description
appendImportation ( mageekguy\atoum\php\tokenizer\iterators\phpImportation $phpImportation )
appendNamespace ( phpNamespace $phpNamespace )
getImportation ( $index )
getImportations ( )
getNamespace ( $index )
getNamespaces ( )
reset ( )

Method Details

appendImportation() public méthode

public appendImportation ( mageekguy\atoum\php\tokenizer\iterators\phpImportation $phpImportation )
$phpImportation mageekguy\atoum\php\tokenizer\iterators\phpImportation

appendNamespace() public méthode

public appendNamespace ( phpNamespace $phpNamespace )
$phpNamespace phpNamespace

getImportation() public méthode

public getImportation ( $index )

getImportations() public méthode

public getImportations ( )

getNamespace() public méthode

public getNamespace ( $index )

getNamespaces() public méthode

public getNamespaces ( )

reset() public méthode

public reset ( )

Property Details

$importations protected_oe property

protected $importations

$namespaces protected_oe property

protected $namespaces