Bravo3\Orm\Drivers\Common\UnitOfWork::getCommands PHP Méthode

getCommands() public méthode

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