Common
[ class tree: Common ] [ index: Common ] [ all elements ]

Class: LayerGroup

Source Location: /coreplugins/layers/common/Layers.php

Class Overview

CwSerializable
   |
   --LayerBase
      |
      --LayerContainer
         |
         --LayerGroup

Layer node


Variables

Methods


Inherited Variables

Inherited Methods

Class: LayerContainer

LayerContainer::getChildren()
Returns children depending on current switch
LayerContainer::setChildren()
Sets children given an array of layerIds
LayerContainer::unserialize()

Class: LayerBase

LayerBase::generateMetaHash()
Fills the $metaHash property from the metadata values in metadata field
LayerBase::getAllMetadata()
Returns an associative array of all metadata variables containted in this layer.
LayerBase::getMetadata()
Returns a metadata valued from its key, or null if it does not exists.
LayerBase::unserialize()

Class: CwSerializable

CwSerializable::__construct()
Constructor
CwSerializable::copyAllVars()
Copy all properties from one object to another (overwriting previous ones)
CwSerializable::getValue()
Returns structure's property value if property exists
CwSerializable::guessClassName()
Tries to guess the class to use from the property being unserialised.
CwSerializable::unserialize()
Unserializes from a stdClass structure
CwSerializable::unserializeArray()
Returns an array of typed values
CwSerializable::unserializeObject()
Returns an unserialized object from a stdClass structure
CwSerializable::unserializeObjectMap()
Returns an array of unserialized objects from a stdClass structure
CwSerializable::unserializeStringArray()
Returns an array of typed values from a string
CwSerializable::unserializeValue()
Returns a typed value from a structure property

Class Details

[line 273]
Layer node



[ Top ]


Class Variables

$aggregate =  false

[line 279]

If true, children won't be displayed



Tags:

access:  public

Type:   boolean


[ Top ]

$rendering =  'tree'

[line 285]

Type of rendering for children (tree, dropdown, radio)



Tags:

access:  public

Type:   string


[ Top ]



Class Methods


method unserialize [line 290]

void unserialize( mixed $struct)



Tags:

access:  public
see:  CwSerializable::unserialize()


Overrides LayerContainer::unserialize() (parent method not documented)

[ Top ]


Documentation generated on Fri, 21 Sep 2007 13:30:51 +0200 by phpDocumentor 1.3.0RC3