PHP Class Neos\FluidAdaptor\Tests\Functional\Core\Fixtures\ViewHelpers\SomeAjaxViewHelper

Inheritance: extends Neos\FluidAdaptor\Core\Widget\AbstractWidgetViewHelper
Afficher le fichier Open project: neos/flow-development-collection

Protected Properties

Свойство Type Description
$ajaxWidget boolean
$controller Neos\FluidAdaptor\Tests\Functional\Core\Fixtures\ViewHelpers\Controller\SomeAjaxController

Méthodes publiques

Méthode Description
render ( string $option1 = '', string $option2 = '' ) : string The actual render method does nothing more than initiating the sub request which invokes the controller.

Method Details

render() public méthode

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
Résultat string

Property Details

$ajaxWidget protected_oe property

protected bool $ajaxWidget
Résultat boolean

$controller protected_oe property

protected SomeAjaxController,Neos\FluidAdaptor\Tests\Functional\Core\Fixtures\ViewHelpers\Controller $controller
Résultat Neos\FluidAdaptor\Tests\Functional\Core\Fixtures\ViewHelpers\Controller\SomeAjaxController