PHP Interface Bravo3\Orm\Drivers\Common\WorkerInterface

Mostra file Open project: bravo3/orm

Public Methods

Method 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 method

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

execute() public method

Execute the command
public execute ( array $parameters ) : mixed
$parameters array
return mixed

getRequiredParameters() public method

Returns a list of required parameters
public getRequiredParameters ( ) : string[]
return string[]