Class awTemplateElement

Description

Represents an element in a template. Each template element is composed of a list of fields (actual value data).

Located in /classes/cm/TemplateElement.php

awComplexObject
   |
   --awTemplateElement
Variable Summary
 awTemplateElementField[] $fields
 string $uniqueName
Variables
awTemplateElementField[] $fields

List of fields to use for this template element.

These must be the same for all template ads in the same template ad union. <span class="constraint Required">This field is required and should not be {@code null}.</span>

string $uniqueName

Unique name for this element.

<span class="constraint Selectable">This field can be selected using the value "UniqueName".</span> <span class="constraint Required">This field is required and should not be {@code null}.</span>

mixed $_checkFields = array(
'fields' => array(
'objName' => 'awTemplateElementField',
'type' => 'array'
),)
  • access: public

Redefinition of:
awComplexObject::$_checkFields

Inherited Variables

Inherited from awComplexObject

awComplexObject::$_cachedCheckFields
awComplexObject::$_row
Methods

Documentation generated on Fri, 23 Mar 2012 13:44:15 +0200 by phpDocumentor 1.4.3