Свойство | Тип | Описание | |
---|---|---|---|
$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 | .. | ||
$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. |
protected ChildrenCollection,Sulu\Component\DocumentManager\Collection $children | ||
Результат | Sulu\Component\DocumentManager\Collection\ChildrenCollection |
protected DateTime $created | ||
Результат | DateTime |
protected ExtensionContainer,Sulu\Component\Content\Document\Extension $extensions | ||
Результат |
protected string $originalLocale | ||
Результат | string |
protected bool $published | ||
Результат | boolean |
protected string $redirectExternal | ||
Результат | string |
protected object $redirectTarget | ||
Результат | object |
protected int $redirectType | ||
Результат | integer |
protected bool $shadowLocaleEnabled | ||
Результат | boolean |
protected StructureInterface,Sulu\Component\Content\Document\Structure $structure | ||
Результат | Sulu\Component\Content\Document\Structure\StructureInterface |
protected string $webspaceName | ||
Результат | string |
protected int $workflowStage | ||
Результат | integer |