Inheritance diagram for DotElementCreator:

Definition at line 75 of file helpers.php.
Public Member Functions | |
| __construct () | |
| create_element ($doc) | |
|
|
Definition at line 76 of file helpers.php. 00076 {
00077 parent::__construct('img');
00078 }
|
|
|
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 }
|
1.4.2