Neos\FluidAdaptor\Tests\Functional\Core\Fixtures\ViewHelpers\SomeAjaxViewHelper::render PHP 메소드

render() 공개 메소드

The actual render method does nothing more than initiating the sub request which invokes the controller.
public render ( string $option1 = '', string $option2 = '' ) : string
$option1 string Option for testing if parameters can be passed
$option2 string Option for testing if parameters can be passed
리턴 string
    public function render($option1 = '', $option2 = '')
    {
        return $this->initiateSubRequest();
    }
SomeAjaxViewHelper