DotElementCreator Class Reference

Inheritance diagram for DotElementCreator:

ElementCreator List of all members.

Detailed Description

Helper class used by email() function.

Definition at line 75 of file helpers.php.

Public Member Functions

 __construct ()
 create_element ($doc)


Member Function Documentation

DotElementCreator::__construct  ) 
 

Definition at line 76 of file helpers.php.

00076                            {
00077       parent::__construct('img');
00078     }

DotElementCreator::create_element doc  ) 
 

Definition at line 79 of file helpers.php.

00079                                   {
00080       $this->attrs['src'] = 'dot.gif';
00081       $this->attrs['alt'] = 'dot';
00082       return parent::create_element($doc);
00083     }


The documentation for this class was generated from the following file:
Generated on Sat Sep 24 01:26:43 2005 for Easy PHP Framework by  doxygen 1.4.2