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;
    }