PHP Class Alex\BehatLauncher\Behat\FeatureDirectory

Inheritance: implements IteratorAggregate, implements Countable, implements Symfony\Component\Serializer\Normalizer\NormalizableInterface
Afficher le fichier Open project: alexandresalome/behat-launcher Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( $name, FeatureDirectory $parent = null )
addEntry ( $entry ) : FeatureDirectory
count ( )
getDirectory ( $name ) : FeatureDirectory
getIterator ( )
getName ( ) : string
getOrCreateDirectory ( $name ) : FeatureDirectory
getPath ( ) : string
hasDirectory ( $name ) : boolean
normalize ( Symfony\Component\Serializer\Normalizer\NormalizerInterface $normalizer, $format = null, array $context = [] )

Method Details

__construct() public méthode

public __construct ( $name, FeatureDirectory $parent = null )
$parent FeatureDirectory

addEntry() public méthode

public addEntry ( $entry ) : FeatureDirectory
Résultat FeatureDirectory

count() public méthode

public count ( )

getDirectory() public méthode

public getDirectory ( $name ) : FeatureDirectory
Résultat FeatureDirectory

getIterator() public méthode

public getIterator ( )

getName() public méthode

public getName ( ) : string
Résultat string

getOrCreateDirectory() public méthode

public getOrCreateDirectory ( $name ) : FeatureDirectory
Résultat FeatureDirectory

getPath() public méthode

public getPath ( ) : string
Résultat string

hasDirectory() public méthode

public hasDirectory ( $name ) : boolean
Résultat boolean

normalize() public méthode

public normalize ( Symfony\Component\Serializer\Normalizer\NormalizerInterface $normalizer, $format = null, array $context = [] )
$normalizer Symfony\Component\Serializer\Normalizer\NormalizerInterface
$context array