|
Stud.IP
jlu_3.3 Revision
|


Public Member Functions | |
| __toString () | |
Public Member Functions inherited from Interactable | |
| __construct ($label, $attributes) | |
Protected Member Functions | |
| initialize ($label, $url, $attributes) | |
| initialize ($label, $trait, $attributes) | |
Additional Inherited Members | |
Static Public Member Functions inherited from Interactable | |
| static | __callStatic ($name, $args) |
| static | create ($label=NULL, $trait=NULL, $attributes=array()) |
| static | createAccept ($label=NULL, $trait=NULL, $attributes=array()) |
| static | createEdit ($label=NULL, $trait=NULL, $attributes=array()) |
| static | createCancel ($label=NULL, $trait=NULL, $attributes=array()) |
Data Fields inherited from Interactable | |
| $label | |
| $attributes | |
Represents an HTML link element.
| __toString | ( | ) |
|
protected |
Initialize a Hyperlink used as button. The second parameter is used as @href attribute of the resulting HTML element.
| string | $label | the label of the element |
| string | $url | the @href element of the element |
| array | $attributes | the attributes of the element |
Reimplemented from Interactable.
