Свойство | Тип | Описание | |
---|---|---|---|
$defaultViewObjectName | string | ||
$feedbackCollection | |||
$nodeService | |||
$persistenceManager | TYPO3\Flow\Persistence\PersistenceManagerInterface | ||
$publishingService | TYPO3\Neos\Service\PublishingService | ||
$supportedMediaTypes | array | ||
$workspaceRepository | TYPO3\TYPO3CR\Domain\Repository\WorkspaceRepository |
Метод | Описание | |
---|---|---|
changeAction ( |
Apply a set of changes to the system | |
discardAction ( array $nodeContextPaths ) : void | Discard nodes | |
flowQueryAction ( array $chain ) : void | Build and execute a flow query chain | |
initializeController ( TYPO3\Flow\Mvc\RequestInterface $request, TYPO3\Flow\Mvc\ResponseInterface $response ) : void | Set the controller context on the feedback collection after the controller has been initialized | |
initializeLoadTreeAction ( ) | ||
loadTreeAction ( |
Load the nodetree | |
publishAction ( array $nodeContextPaths, string $targetWorkspaceName ) : void | Publish nodes |
Метод | Описание | |
---|---|---|
updateWorkspaceInfo ( string $documentNodeContextPath ) : void | Helper method to inform the client, that new workspace information is available |
public changeAction ( |
||
$changes | ||
Результат | void |
public discardAction ( array $nodeContextPaths ) : void | ||
$nodeContextPaths | array | |
Результат | void |
public flowQueryAction ( array $chain ) : void | ||
$chain | array | |
Результат | void |
public initializeController ( TYPO3\Flow\Mvc\RequestInterface $request, TYPO3\Flow\Mvc\ResponseInterface $response ) : void | ||
$request | TYPO3\Flow\Mvc\RequestInterface | |
$response | TYPO3\Flow\Mvc\ResponseInterface | |
Результат | void |
public loadTreeAction ( |
||
$nodeTreeArguments | ||
$includeRoot | boolean | |
Результат | void |
protected updateWorkspaceInfo ( string $documentNodeContextPath ) : void | ||
$documentNodeContextPath | string | |
Результат | void |
protected FeedbackCollection,Neos\Neos\Ui\Domain\Model $feedbackCollection | ||
Результат |
protected NodeService,Neos\Neos\Ui\TYPO3CR\Service $nodeService | ||
Результат |
protected PersistenceManagerInterface,TYPO3\Flow\Persistence $persistenceManager | ||
Результат | TYPO3\Flow\Persistence\PersistenceManagerInterface |
protected PublishingService,TYPO3\Neos\Service $publishingService | ||
Результат | TYPO3\Neos\Service\PublishingService |