Axiom (v1.2.0)

A lightweight PHP framework
H:/Workspace/php-axiom/www/php-axiom/libraries/axiom/axColGroupHelper.class.php
Go to the documentation of this file.
00001 <?php
00016 class axColGroupHelper extends axBaseHelper {
00017     
00021     public function __construct () {
00022         parent::__construct('colgroup');
00023     }
00024     
00029     public function addCol () {
00030         return $this->appendChild(axColHelper::export());
00031     }
00032     
00038     public static function export () {
00039         return new self ();
00040     }
00041 }
 All Data Structures Files Functions Variables