PHP 클래스 Joli\JoliCi\Service

It can be for example a MySQL database which contains the needed fixtures in order to make functional tests Multiple services can be link to a Job and they are started before creation of the Job. Once the Job is finished, all services linkes are shutdown and reset to initial state for subsequent Job
파일 보기 프로젝트 열기: jolicode/jolici

공개 메소드들

메소드 설명
__construct ( $name, $repository, $tag, $config = [] )
getConfig ( ) : array
getContainer ( ) : string
getName ( ) : string
getRepository ( ) : string
getTag ( ) : string
setContainer ( string $container )

메소드 상세

__construct() 공개 메소드

public __construct ( $name, $repository, $tag, $config = [] )

getConfig() 공개 메소드

public getConfig ( ) : array
리턴 array

getContainer() 공개 메소드

public getContainer ( ) : string
리턴 string The container id

getName() 공개 메소드

public getName ( ) : string
리턴 string

getRepository() 공개 메소드

public getRepository ( ) : string
리턴 string

getTag() 공개 메소드

public getTag ( ) : string
리턴 string

setContainer() 공개 메소드

public setContainer ( string $container )
$container string The container id