PHP Class Neos\Neos\Service\DataSource\AbstractDataSource

Inheritance: implements Neos\Neos\Service\DataSource\DataSourceInterface
Afficher le fichier Open project: neos/neos-development-collection

Protected Properties

Свойство Type Description
$controllerContext Neos\Flow\Mvc\Controller\ControllerContext
$identifier string The identifier of the operation

Méthodes publiques

Méthode Description
getIdentifier ( ) : string
setControllerContext ( ControllerContext $controllerContext ) : void

Method Details

getIdentifier() public static méthode

public static getIdentifier ( ) : string
Résultat string the short name of the operation

setControllerContext() public méthode

public setControllerContext ( ControllerContext $controllerContext ) : void
$controllerContext Neos\Flow\Mvc\Controller\ControllerContext
Résultat void

Property Details

$controllerContext protected_oe property

protected ControllerContext,Neos\Flow\Mvc\Controller $controllerContext
Résultat Neos\Flow\Mvc\Controller\ControllerContext

$identifier protected_oe static_oe property

The identifier of the operation
protected static string $identifier
Résultat string