PHP Class Neos\Neos\Service\DataSource\AbstractDataSource

Inheritance: implements Neos\Neos\Service\DataSource\DataSourceInterface
Show file Open project: neos/neos-development-collection

Protected Properties

Property Type Description
$controllerContext Neos\Flow\Mvc\Controller\ControllerContext
$identifier string The identifier of the operation

Public Methods

Method Description
getIdentifier ( ) : string
setControllerContext ( ControllerContext $controllerContext ) : void

Method Details

getIdentifier() public static method

public static getIdentifier ( ) : string
return string the short name of the operation

setControllerContext() public method

public setControllerContext ( ControllerContext $controllerContext ) : void
$controllerContext Neos\Flow\Mvc\Controller\ControllerContext
return void

Property Details

$controllerContext protected property

protected ControllerContext,Neos\Flow\Mvc\Controller $controllerContext
return Neos\Flow\Mvc\Controller\ControllerContext

$identifier protected static property

The identifier of the operation
protected static string $identifier
return string