AtElementCreator Class Reference

Inheritance diagram for AtElementCreator:

ElementCreator List of all members.

Detailed Description

Helper class used by email() function.

Definition at line 61 of file helpers.php.

Public Member Functions

 __construct ()
 create_element ($doc)


Member Function Documentation

AtElementCreator::__construct  ) 
 

Definition at line 62 of file helpers.php.

00062                            {
00063       parent::__construct('img');
00064     }

AtElementCreator::create_element doc  ) 
 

Definition at line 65 of file helpers.php.

00065                                   {
00066       $this->attrs['src'] = 'at.gif';
00067       $this->attrs['alt'] = 'at';
00068       return parent::create_element($doc);
00069     }


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