

Public Member Functions | |
| open ($attr=null) | |
| Openes the Tag. | |
| close () | |
| Closes an opened tag. | |
Definition at line 509 of file dict.php.
| italics::open | ( | $ | attr = null |
) |
Openes the Tag.
| $attr | array |
Definition at line 516 of file dict.php.
References merge_attr().
00516 { 00517 $ret = "<i "; 00518 $ret .= merge_attr($attr)." >"; 00519 return $ret; 00520 }

| italics::close | ( | ) |
1.5.6