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
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$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