Bravo3\Orm\Drivers\Common\UnitOfWork::getCommands PHP Method

getCommands() public method

Get all commands on the queue
public getCommands ( ) : Command[]
return Command[]
    public function getCommands()
    {
        return $this->commands;
    }