PHP 클래스 Neos\Neos\Controller\Service\WorkspacesController

상속: extends Neos\Flow\Mvc\Controller\ActionController
파일 보기 프로젝트 열기: neos/neos-development-collection

보호된 프로퍼티들

프로퍼티 타입 설명
$supportedMediaTypes array A list of IANA media types which are supported by this controller
$userService Neos\Neos\Domain\Service\UserService
$viewFormatToObjectNameMap array
$workspaceRepository Neos\ContentRepository\Domain\Repository\WorkspaceRepository

공개 메소드들

메소드 설명
createAction ( string $workspaceName, Workspace $baseWorkspace, string $ownerAccountIdentifier = null ) : string Create a workspace
indexAction ( ) : string Shows a list of existing workspaces
initializeUpdateAction ( ) : void Configure property mapping for the updateAction
showAction ( Workspace $workspace ) : string Shows details of the given workspace
updateAction ( Workspace $workspace ) : void Updates a workspace

메소드 상세

createAction() 공개 메소드

Create a workspace
public createAction ( string $workspaceName, Workspace $baseWorkspace, string $ownerAccountIdentifier = null ) : string
$workspaceName string
$baseWorkspace Neos\ContentRepository\Domain\Model\Workspace
$ownerAccountIdentifier string
리턴 string

indexAction() 공개 메소드

Shows a list of existing workspaces
public indexAction ( ) : string
리턴 string

initializeUpdateAction() 공개 메소드

Configure property mapping for the updateAction
public initializeUpdateAction ( ) : void
리턴 void

showAction() 공개 메소드

Shows details of the given workspace
public showAction ( Workspace $workspace ) : string
$workspace Neos\ContentRepository\Domain\Model\Workspace
리턴 string

updateAction() 공개 메소드

Updates a workspace
public updateAction ( Workspace $workspace ) : void
$workspace Neos\ContentRepository\Domain\Model\Workspace The updated workspace
리턴 void

프로퍼티 상세

$supportedMediaTypes 보호되어 있는 프로퍼티

A list of IANA media types which are supported by this controller
또한 보기: http://www.iana.org/assignments/media-types/index.html
protected array $supportedMediaTypes
리턴 array

$userService 보호되어 있는 프로퍼티

protected UserService,Neos\Neos\Domain\Service $userService
리턴 Neos\Neos\Domain\Service\UserService

$viewFormatToObjectNameMap 보호되어 있는 프로퍼티

protected array $viewFormatToObjectNameMap
리턴 array

$workspaceRepository 보호되어 있는 프로퍼티

protected WorkspaceRepository,Neos\ContentRepository\Domain\Repository $workspaceRepository
리턴 Neos\ContentRepository\Domain\Repository\WorkspaceRepository