PHP 클래스 PhpBench\Model\SuiteCollection

상속: implements IteratorAggregate
파일 보기 프로젝트 열기: dantleech/phpbench 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( array $suites = [] )
addSuite ( Suite $suite ) Add a suite to the collection.
getIterator ( )
getSuites ( ) : Suite[] Return the suites.
mergeCollection ( SuiteCollection $collection ) Merge another collection into this one.

메소드 상세

__construct() 공개 메소드

public __construct ( array $suites = [] )
$suites array

addSuite() 공개 메소드

Add a suite to the collection.
public addSuite ( Suite $suite )
$suite Suite

getIterator() 공개 메소드

public getIterator ( )

getSuites() 공개 메소드

Return the suites.
public getSuites ( ) : Suite[]
리턴 Suite[]

mergeCollection() 공개 메소드

Merge another collection into this one.
public mergeCollection ( SuiteCollection $collection )
$collection SuiteCollection