Axiom (v1.2.0)

A lightweight PHP framework
H:/Workspace/php-axiom/www/php-axiom/libraries/axiom/axCaptionHelper.class.php
Go to the documentation of this file.
00001 <?php
00016 class axCaptionHelper extends axBaseHelper {
00017     
00022     public function __construct ($value) {
00023         parent::__construct('caption', array(), $value);
00024     }
00025     
00031     public static function export ($value) {
00032         return new self ($value);
00033     }
00034 }
 All Data Structures Files Functions Variables