BaikalAdmin\Controller\Users::execute PHP Méthode

execute() public méthode

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