Inheritance diagram for AtElementCreator:

Definition at line 61 of file helpers.php.
Public Member Functions | |
| __construct () | |
| create_element ($doc) | |
|
|
Definition at line 62 of file helpers.php. 00062 {
00063 parent::__construct('img');
00064 }
|
|
|
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 }
|
1.4.2