Property | Type | Description | |
---|---|---|---|
$action | string | ||
$contentMasterDocumentId | null | integer | ||
$controller | string | ||
$elements | array | Contains all content-elements of the document | |
$module | string | ||
$scheduledTasks | array | Contains all scheduled tasks | |
$template | string | ||
$versions | array | Contains all versions of the document |
Property | Type | Description | |
---|---|---|---|
$inheritedElements | array |
Method | Description | |
---|---|---|
__sleep ( ) | ||
delete ( ) : void | ||
getAction ( ) : string | ||
getCacheTags ( $tags = [] ) : array | Resolves dependencies and create tags for caching out of them | |
getContentMasterDocument ( ) : |
||
getContentMasterDocumentId ( ) : integer | null | ||
getController ( ) : string | ||
getElement ( string $name ) : |
Get an element with the given key/name | |
getElements ( ) : array | ||
getHref ( ) : string | ||
getModule ( ) : string | ||
getScheduledTasks ( ) : the | ||
getTemplate ( ) : string | ||
getVersions ( ) : array | ||
hasElement ( $name ) : boolean | ||
removeElement ( $name ) | ||
resolveDependencies ( ) : array | ||
saveScheduledTasks ( ) | ||
saveVersion ( boolean $setModificationDate = true, boolean $callPluginHook = true ) : null | |
||
setAction ( string $action ) | ||
setContentMasterDocument ( $document ) | ||
setContentMasterDocumentId ( integer | null $contentMasterDocumentId ) | ||
setController ( string $controller ) | ||
setElement ( string $name, string $data ) | Set an element with the given key/name | |
setElements ( array $elements ) | ||
setModule ( $module ) | ||
setRawElement ( string $name, string $type, string $data ) | Set raw data of an element (eg. for editmode) | |
setScheduledTasks ( $scheduledTasks ) | ||
setTemplate ( string $template ) | ||
setVersions ( array $versions ) |
Method | Description | |
---|---|---|
update ( ) : void |
public getCacheTags ( $tags = [] ) : array | ||
return | array |
public getContentMasterDocument ( ) : |
||
return |
public getContentMasterDocumentId ( ) : integer | null | ||
return | integer | null |
public getElement ( string $name ) : |
||
$name | string | |
return |
public setContentMasterDocumentId ( integer | null $contentMasterDocumentId ) | ||
$contentMasterDocumentId | integer | null |
public setElement ( string $name, string $data ) | ||
$name | string | |
$data | string |
public array $elements | ||
return | array |
public array $scheduledTasks | ||
return | array |
public array $versions | ||
return | array |