PHP 클래스 Neos\FluidAdaptor\Tests\Functional\Core\Fixtures\ViewHelpers\SomeAjaxViewHelper

상속: extends Neos\FluidAdaptor\Core\Widget\AbstractWidgetViewHelper
파일 보기 프로젝트 열기: neos/flow-development-collection

보호된 프로퍼티들

프로퍼티 타입 설명
$ajaxWidget boolean
$controller Neos\FluidAdaptor\Tests\Functional\Core\Fixtures\ViewHelpers\Controller\SomeAjaxController

공개 메소드들

메소드 설명
render ( string $option1 = '', string $option2 = '' ) : string The actual render method does nothing more than initiating the sub request which invokes the controller.

메소드 상세

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

프로퍼티 상세

$ajaxWidget 보호되어 있는 프로퍼티

protected bool $ajaxWidget
리턴 boolean

$controller 보호되어 있는 프로퍼티

protected SomeAjaxController,Neos\FluidAdaptor\Tests\Functional\Core\Fixtures\ViewHelpers\Controller $controller
리턴 Neos\FluidAdaptor\Tests\Functional\Core\Fixtures\ViewHelpers\Controller\SomeAjaxController