|
Moodle
2.2.1
http://www.collinsharper.com
|
Public Member Functions | |
| __construct ($pix, $alt, $component='moodle', array $attributes=null) | |
Data Fields | |
| $pix | |
| $component | |
| $attributes = array() | |
Data structure representing an icon.
Definition at line 450 of file outputcomponents.php.
| __construct | ( | $ | pix, |
| $ | alt, | ||
| $ | component = 'moodle', |
||
| array $ | attributes = null |
||
| ) |
Constructor
| string | $pix | short icon name |
| string | $alt | The alt text to use for the icon |
| string | $component | component name |
| array | $attributes | html attributes |
Reimplemented in pix_emoticon.
Definition at line 462 of file outputcomponents.php.
| $attributes = array() |
Definition at line 453 of file outputcomponents.php.
Definition at line 452 of file outputcomponents.php.
| $pix |
Definition at line 451 of file outputcomponents.php.