PHP 클래스 Alex\BehatLauncher\Behat\FeatureDirectory

상속: implements IteratorAggregate, implements Countable, implements Symfony\Component\Serializer\Normalizer\NormalizableInterface
파일 보기 프로젝트 열기: alexandresalome/behat-launcher 1 사용 예제들

공개 메소드들

메소드 설명
__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 = [] )

메소드 상세

__construct() 공개 메소드

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

addEntry() 공개 메소드

public addEntry ( $entry ) : FeatureDirectory
리턴 FeatureDirectory

count() 공개 메소드

public count ( )

getDirectory() 공개 메소드

public getDirectory ( $name ) : FeatureDirectory
리턴 FeatureDirectory

getIterator() 공개 메소드

public getIterator ( )

getName() 공개 메소드

public getName ( ) : string
리턴 string

getOrCreateDirectory() 공개 메소드

public getOrCreateDirectory ( $name ) : FeatureDirectory
리턴 FeatureDirectory

getPath() 공개 메소드

public getPath ( ) : string
리턴 string

hasDirectory() 공개 메소드

public hasDirectory ( $name ) : boolean
리턴 boolean

normalize() 공개 메소드

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