PHP Interface Bravo3\Orm\Drivers\Common\WorkerInterface

Afficher le fichier Open project: bravo3/orm

Méthodes publiques

Méthode Description
__construct ( mixed $data ) Construct the worker with any optional implementation-specific dependencies
execute ( array $parameters ) : mixed Execute the command
getRequiredParameters ( ) : string[] Returns a list of required parameters

Method Details

__construct() public méthode

Construct the worker with any optional implementation-specific dependencies
public __construct ( mixed $data )
$data mixed

execute() public méthode

Execute the command
public execute ( array $parameters ) : mixed
$parameters array
Résultat mixed

getRequiredParameters() public méthode

Returns a list of required parameters
public getRequiredParameters ( ) : string[]
Résultat string[]