Bravo3\Orm\Drivers\Common\UnitOfWork::getCommands PHP 메소드

getCommands() 공개 메소드

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