Frontend\Core\Engine\AjaxAction::setAction PHP Метод

setAction() защищенный Метод

Set the action
protected setAction ( string $action )
$action string The action that should be executed.
    protected function setAction($action)
    {
        $this->action = (string) $action;
    }