PHP Class 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
Afficher le fichier Open project: jolicode/jolici

Méthodes publiques

Méthode Description
__construct ( $name, $repository, $tag, $config = [] )
getConfig ( ) : array
getContainer ( ) : string
getName ( ) : string
getRepository ( ) : string
getTag ( ) : string
setContainer ( string $container )

Method Details

__construct() public méthode

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

getConfig() public méthode

public getConfig ( ) : array
Résultat array

getContainer() public méthode

public getContainer ( ) : string
Résultat string The container id

getName() public méthode

public getName ( ) : string
Résultat string

getRepository() public méthode

public getRepository ( ) : string
Résultat string

getTag() public méthode

public getTag ( ) : string
Résultat string

setContainer() public méthode

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