BaikalAdmin\Controller\Users::execute PHP Метод

execute() публичный Метод

public execute ( )
    function execute()
    {
        if ($this->actionEditRequested()) {
            $this->actionEdit();
        }
        if ($this->actionNewRequested()) {
            $this->actionNew();
        }
        if ($this->actionDeleteRequested()) {
            $this->actionDelete();
        }
    }