Frontend\Core\Engine\Base\AjaxAction::setAction PHP Method

setAction() protected method

Set the action, for later use
protected setAction ( string $action )
$action string The action to use.
    protected function setAction($action)
    {
        $this->action = (string) $action;
    }