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. | |
Column Helper Class.
Definition at line 16 of file axColHelper.class.php.
Constructor.
Definition at line 21 of file axColHelper.class.php.
| axColHelper::appendChild | ( | $ | node | ) |
Appends a node to current node and return it.
| mixed | $node | An axHelper instance or a string (or anything with a __toString implementation) |
| BadMethodCallException | Because col tag cannot have children |
Reimplemented from axBaseHelper.
Definition at line 39 of file axColHelper.class.php.
| static axColHelper::export | ( | ) | [static] |
| axColHelper::prependChild | ( | $ | node | ) |
| BadMethodCallException | Because 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.
| mixed | $value |
| BadMethodCallException | Because col tag cannot have value |
Reimplemented from axBaseHelper.
Definition at line 30 of file axColHelper.class.php.