Axiom (v1.2.0)

A lightweight PHP framework
axColHelper Class Reference

Column Helper Class. More...

+ Inheritance diagram for axColHelper:

Public Member Functions

 __construct ()
 Constructor.
 setValue ($value)
 appendChild ($node)
 prependChild ($node)

Static Public Member Functions

static export ()
 Constructor static alias.

Detailed Description

Column Helper Class.

Author:
Delespierre
License:
http://www.gnu.org/licenses/lgpl.html Lesser General Public Licence version 3

Definition at line 16 of file axColHelper.class.php.


Constructor & Destructor Documentation

Constructor.

Definition at line 21 of file axColHelper.class.php.


Member Function Documentation

Appends a node to current node and return it.

Parameters:
mixed$nodeAn axHelper instance or a string (or anything with a __toString implementation)
Returns:
mixed
Will always throw a BadMethodCallException

Exceptions:
BadMethodCallExceptionBecause col tag cannot have children

Reimplemented from axBaseHelper.

Definition at line 39 of file axColHelper.class.php.

static axColHelper::export ( ) [static]

Constructor static alias.

Returns:
axColHelper

Definition at line 57 of file axColHelper.class.php.

Will always throw a BadMethodCallException

Exceptions:
BadMethodCallExceptionBecause col tag cannot have children

Reimplemented from axBaseHelper.

Definition at line 48 of file axColHelper.class.php.

axColHelper::setValue ( value)

Set the node's value.

Parameters:
mixed$value
Returns:
axHelper
Will always throw a BadMethodCallException

Exceptions:
BadMethodCallExceptionBecause col tag cannot have value

Reimplemented from axBaseHelper.

Definition at line 30 of file axColHelper.class.php.


The documentation for this class was generated from the following file:
 All Data Structures Files Functions Variables