PHP Класс Neos\FluidAdaptor\Tests\Functional\Core\Fixtures\ViewHelpers\SomeAjaxViewHelper

Наследование: extends Neos\FluidAdaptor\Core\Widget\AbstractWidgetViewHelper
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$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