Frontend\Core\Engine\Block\Extra::setAction PHP Method

setAction() private method

Set the action
private setAction ( string $action = null )
$action string The action to load.
    private function setAction($action = null)
    {
        if ($action !== null) {
            $this->action = (string) $action;
        }
    }