PHP 클래스 Sulu\Bundle\ContentBundle\Document\BasePageDocument

상속: implements Sulu\Component\DocumentManager\Behavior\Mapping\NodeNameBehavior, implements Sulu\Component\Content\Document\Behavior\LocalizedStructureBehavior, implements Sulu\Component\Content\Document\Behavior\ResourceSegmentBehavior, implements Sulu\Component\Content\Document\Behavior\NavigationContextBehavior, implements Sulu\Component\Content\Document\Behavior\RedirectTypeBehavior, implements Sulu\Component\Content\Document\Behavior\WorkflowStageBehavior, implements Sulu\Component\Content\Document\Behavior\ShadowLocaleBehavior, implements Sulu\Component\DocumentManager\Behavior\Mapping\UuidBehavior, implements Sulu\Component\DocumentManager\Behavior\Mapping\ChildrenBehavior, implements Sulu\Component\DocumentManager\Behavior\Mapping\PathBehavior, implements Sulu\Component\Content\Document\Behavior\ExtensionBehavior, implements Sulu\Component\Content\Document\Behavior\OrderBehavior, implements Sulu\Component\Content\Document\Behavior\WebspaceBehavior, implements Sulu\Component\Content\Document\Behavior\SecurityBehavior, implements Sulu\Component\Content\Document\Behavior\LocalizedAuditableBehavior, implements Sulu\Component\DocumentManager\Behavior\Mapping\LocalizedTitleBehavior
파일 보기 프로젝트 열기: sulu/sulu 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$changed DateTime Changed date of page.
$changer integer User ID of changer.
$children Sulu\Component\DocumentManager\Collection\ChildrenCollection Document's children.
$created DateTime Datetime of create document.
$creator integer User ID of creator.
$extensions Sulu\Component\Content\Document\Extension\ExtensionContainer ..
$locale string Document's locale.
$navigationContexts string[]
$nodeName string The name of this node.
$originalLocale string Document's original locale.
$path string Path of Document.
$permissions array List of permissions.
$published boolean Is Document is published.
$redirectExternal string The External redirect.
$redirectTarget object The target of redirection.
$redirectType integer Type of redirection.
$resourceSegment string Segment.
$shadowLocale string Shadow locale.
$shadowLocaleEnabled boolean Shadow locale is enabled.
$structure Sulu\Component\Content\Document\Structure\StructureInterface Structure.
$structureType string ..
$suluOrder integer Document's order.
$title string Title of document.
$uuid string Universal Identifier.
$webspaceName string Document's webspace name.
$workflowStage integer Workflow Stage currently Test or Published.

공개 메소드들

메소드 설명
__construct ( )
getChanged ( )
getChanger ( )
getChildren ( )
getCreated ( )
getCreator ( )
getExtensionsData ( )
getLocale ( )
getNavigationContexts ( )
getNodeName ( )
getOriginalLocale ( )
getPath ( )
getPermissions ( )
getPublished ( )
getRedirectExternal ( )
getRedirectTarget ( )
getRedirectType ( )
getResourceSegment ( )
getShadowLocale ( )
getStructure ( )
getStructureType ( )
getSuluOrder ( )
getTitle ( )
getUuid ( )
getWebspaceName ( )
getWorkflowStage ( )
isShadowLocaleEnabled ( )
setExtension ( $name, $data )
setExtensionsData ( $extensions )
setLocale ( $locale )
setNavigationContexts ( array $navigationContexts = [] )
setOriginalLocale ( $originalLocale )
setPermissions ( array $permissions )
setRedirectExternal ( $redirectExternal )
setRedirectTarget ( $redirectTarget )
setRedirectType ( $redirectType )
setResourceSegment ( $resourceSegment )
setShadowLocale ( $shadowLocale )
setShadowLocaleEnabled ( $shadowLocaleEnabled )
setStructureType ( $structureType )
setSuluOrder ( $order )
setTitle ( $title )
setWorkflowStage ( $workflowStage )

메소드 상세

__construct() 공개 메소드

public __construct ( )

getChanged() 공개 메소드

public getChanged ( )

getChanger() 공개 메소드

public getChanger ( )

getChildren() 공개 메소드

public getChildren ( )

getCreated() 공개 메소드

public getCreated ( )

getCreator() 공개 메소드

public getCreator ( )

getExtensionsData() 공개 메소드

public getExtensionsData ( )

getLocale() 공개 메소드

public getLocale ( )

getNavigationContexts() 공개 메소드

getNodeName() 공개 메소드

public getNodeName ( )

getOriginalLocale() 공개 메소드

public getOriginalLocale ( )

getPath() 공개 메소드

public getPath ( )

getPermissions() 공개 메소드

public getPermissions ( )

getPublished() 공개 메소드

public getPublished ( )

getRedirectExternal() 공개 메소드

public getRedirectExternal ( )

getRedirectTarget() 공개 메소드

public getRedirectTarget ( )

getRedirectType() 공개 메소드

public getRedirectType ( )

getResourceSegment() 공개 메소드

public getResourceSegment ( )

getShadowLocale() 공개 메소드

public getShadowLocale ( )

getStructure() 공개 메소드

public getStructure ( )

getStructureType() 공개 메소드

public getStructureType ( )

getSuluOrder() 공개 메소드

public getSuluOrder ( )

getTitle() 공개 메소드

public getTitle ( )

getUuid() 공개 메소드

public getUuid ( )

getWebspaceName() 공개 메소드

public getWebspaceName ( )

getWorkflowStage() 공개 메소드

public getWorkflowStage ( )

isShadowLocaleEnabled() 공개 메소드

setExtension() 공개 메소드

public setExtension ( $name, $data )

setExtensionsData() 공개 메소드

public setExtensionsData ( $extensions )

setLocale() 공개 메소드

public setLocale ( $locale )

setNavigationContexts() 공개 메소드

public setNavigationContexts ( array $navigationContexts = [] )
$navigationContexts array

setOriginalLocale() 공개 메소드

public setOriginalLocale ( $originalLocale )

setPermissions() 공개 메소드

public setPermissions ( array $permissions )
$permissions array

setRedirectExternal() 공개 메소드

public setRedirectExternal ( $redirectExternal )

setRedirectTarget() 공개 메소드

public setRedirectTarget ( $redirectTarget )

setRedirectType() 공개 메소드

public setRedirectType ( $redirectType )

setResourceSegment() 공개 메소드

public setResourceSegment ( $resourceSegment )

setShadowLocale() 공개 메소드

public setShadowLocale ( $shadowLocale )

setShadowLocaleEnabled() 공개 메소드

public setShadowLocaleEnabled ( $shadowLocaleEnabled )

setStructureType() 공개 메소드

public setStructureType ( $structureType )

setSuluOrder() 공개 메소드

public setSuluOrder ( $order )

setTitle() 공개 메소드

public setTitle ( $title )

setWorkflowStage() 공개 메소드

public setWorkflowStage ( $workflowStage )

프로퍼티 상세

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

Changed date of page.
protected DateTime $changed
리턴 DateTime

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

User ID of changer.
protected int $changer
리턴 integer

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

Document's children.
protected ChildrenCollection,Sulu\Component\DocumentManager\Collection $children
리턴 Sulu\Component\DocumentManager\Collection\ChildrenCollection

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

Datetime of create document.
protected DateTime $created
리턴 DateTime

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

User ID of creator.
protected int $creator
리턴 integer

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

..
protected ExtensionContainer,Sulu\Component\Content\Document\Extension $extensions
리턴 Sulu\Component\Content\Document\Extension\ExtensionContainer

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

Document's locale.
protected string $locale
리턴 string

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

protected string[] $navigationContexts
리턴 string[]

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

The name of this node.
protected string $nodeName
리턴 string

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

Document's original locale.
protected string $originalLocale
리턴 string

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

Path of Document.
protected string $path
리턴 string

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

List of permissions.
protected array $permissions
리턴 array

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

Is Document is published.
protected bool $published
리턴 boolean

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

The External redirect.
protected string $redirectExternal
리턴 string

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

The target of redirection.
protected object $redirectTarget
리턴 object

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

Type of redirection.
protected int $redirectType
리턴 integer

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

Segment.
protected string $resourceSegment
리턴 string

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

Shadow locale.
protected string $shadowLocale
리턴 string

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

Shadow locale is enabled.
protected bool $shadowLocaleEnabled
리턴 boolean

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

Structure.
protected StructureInterface,Sulu\Component\Content\Document\Structure $structure
리턴 Sulu\Component\Content\Document\Structure\StructureInterface

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

..
protected string $structureType
리턴 string

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

Document's order.
protected int $suluOrder
리턴 integer

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

Title of document.
protected string $title
리턴 string

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

Universal Identifier.
protected string $uuid
리턴 string

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

Document's webspace name.
protected string $webspaceName
리턴 string

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

Workflow Stage currently Test or Published.
protected int $workflowStage
리턴 integer