PHP 클래스 Eris\Generator\TupleGenerator

상속: implements Eris\Generator
파일 보기 프로젝트 열기: giorgiosironi/eris

공개 메소드들

메소드 설명
__construct ( array $generators )
__invoke ( $size, $rand )
contains ( GeneratedValue $tuple )
shrink ( GeneratedValue $tuple )

비공개 메소드들

메소드 설명
checkValueToShrink ( $value )
domainsTupleAsString ( )
ensureAreAllGenerators ( array $generators )

메소드 상세

__construct() 공개 메소드

public __construct ( array $generators )
$generators array

__invoke() 공개 메소드

public __invoke ( $size, $rand )

contains() 공개 메소드

public contains ( GeneratedValue $tuple )
$tuple GeneratedValue

shrink() 공개 메소드

public shrink ( GeneratedValue $tuple )
$tuple GeneratedValue