PHP 인터페이스 Neos\Neos\Service\DataSource\DataSourceInterface

This is used in the user interface to generate dynamic option lists.
파일 보기 프로젝트 열기: neos/neos-development-collection

공개 메소드들

메소드 설명
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