CommandInterface
in
Interface CommandInterface
Table of Contents
- execute() : void
- Execute the command
- rollback() : void
- Execute the command
- setOption() : void
Methods
execute()
Execute the command
public
execute() : void
Return values
void —rollback()
Execute the command
public
rollback() : void
Return values
void —setOption()
public
setOption(OptionInterface $option) : void
Parameters
- $option : OptionInterface