PHP Класс Neos\Neos\Service\DataSource\AbstractDataSource

Наследование: implements Neos\Neos\Service\DataSource\DataSourceInterface
Показать файл Открыть проект

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

Свойство Тип Описание
$controllerContext Neos\Flow\Mvc\Controller\ControllerContext
$identifier string The identifier of the operation

Открытые методы

Метод Описание
getIdentifier ( ) : string
setControllerContext ( ControllerContext $controllerContext ) : void

Описание методов

getIdentifier() публичный статический Метод

public static getIdentifier ( ) : string
Результат string the short name of the operation

setControllerContext() публичный Метод

public setControllerContext ( ControllerContext $controllerContext ) : void
$controllerContext Neos\Flow\Mvc\Controller\ControllerContext
Результат void

Описание свойств

$controllerContext защищенное свойство

protected ControllerContext,Neos\Flow\Mvc\Controller $controllerContext
Результат Neos\Flow\Mvc\Controller\ControllerContext

$identifier защищенное статическое свойство

The identifier of the operation
protected static string $identifier
Результат string