PHP Интерфейс Neos\Neos\Service\DataSource\DataSourceInterface

This is used in the user interface to generate dynamic option lists.
Показать файл Открыть проект

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

Метод Описание
getData ( Neos\ContentRepository\Domain\Model\NodeInterface $node = null, array $arguments ) : mixed Get data
getIdentifier ( ) : string

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

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

The return value must be JSON serializable data structure.
public getData ( Neos\ContentRepository\Domain\Model\NodeInterface $node = null, array $arguments ) : mixed
$node Neos\ContentRepository\Domain\Model\NodeInterface The node that is currently edited (optional)
$arguments array Additional arguments (key / value)
Результат mixed JSON serializable data

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

public static getIdentifier ( ) : string
Результат string The identifier of the data source