Method |
Description |
|
__construct ( $locale, $webspaceKey, $id, $path, $workflowStage, $nodeType, $hasChildren, array $data, array $permissions, StructureType $localizationType = null ) |
|
|
getChildren ( ) : Content[] |
|
|
getConcreteLanguages ( ) : string[] |
|
|
getData ( ) : array |
|
|
getId ( ) : string |
|
|
getLocale ( ) : string |
|
|
getLocalizationType ( ) : StructureType |
|
|
getMapping ( ) : string[] |
|
|
getNodeType ( ) : integer |
|
|
getPath ( ) : string |
|
|
getPermissions ( ) : array |
|
|
getPropertyWithDefault ( string $name, mixed $default = null ) : mixed |
Returns value for given property or given default. |
|
getRow ( ) : Row |
|
|
getUrl ( ) : string |
|
|
getUrls ( ) : string[] |
|
|
getWebspaceKey ( ) : string |
|
|
getWorkflowStage ( ) : integer |
|
|
hasChildren ( ) : boolean |
|
|
offsetExists ( $offset ) |
|
|
offsetGet ( $offset ) |
|
|
offsetSet ( $offset, $value ) |
|
|
offsetUnset ( $offset ) |
|
|
setChildren ( Content[] $children ) |
|
|
setConcreteLanguages ( string[] $concreteLanguages ) |
|
|
setDataProperty ( string $propertyName, mixed $value ) |
|
|
setRow ( Row $row ) |
|
|
setUrl ( string $url ) |
|
|
setUrls ( array $urls ) |
|
|