Axiom (v1.2.0)

A lightweight PHP framework
H:/Workspace/php-axiom/www/php-axiom/libraries/axiom/axHelper.class.php
Go to the documentation of this file.
00001 <?php
00018 interface axHelper {
00019 
00025     public function setAttributes ($attributes);
00026 
00032     public function setValue ($value);
00033 
00038     public function getValue ();
00039 
00045     public function appendChild ($node);
00046     
00052     public function prependCHild ($node);
00053 
00061     public function __toString ();
00062 }
00063 
 All Data Structures Files Functions Variables