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

Inheritance: extends phpNamespace
Datei anzeigen Open project: atoum/atoum Class Usage Examples

Protected Properties

Property Type Description
$importations
$namespaces

Public Methods

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

Method Details

appendImportation() public method

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

appendNamespace() public method

public appendNamespace ( phpNamespace $phpNamespace )
$phpNamespace phpNamespace

getImportation() public method

public getImportation ( $index )

getImportations() public method

public getImportations ( )

getNamespace() public method

public getNamespace ( $index )

getNamespaces() public method

public getNamespaces ( )

reset() public method

public reset ( )

Property Details

$importations protected_oe property

protected $importations

$namespaces protected_oe property

protected $namespaces