
Public Member Functions | |
| __construct ($dest, $newWindow=false) | |
| Creates a new link action. | |
| getInvocation () | |
Static Public Member Functions | |
| static | createFromXML ($attrs, $children) |
Definition at line 7 of file TKLinkAction.php5.
| TKLinkAction::__construct | ( | $ | dest, | |
| $ | newWindow = false | |||
| ) |
Creates a new link action.
| $dest | [string]: URL of destination page | |
| $newWindow | [boolean]: if true, open link in new window |
Definition at line 18 of file TKLinkAction.php5.
| static TKLinkAction::createFromXML | ( | $ | attrs, | |
| $ | children | |||
| ) | [static] |
For internal use only.
Reimplemented from TKAction.
Definition at line 35 of file TKLinkAction.php5.
| TKLinkAction::getInvocation | ( | ) |
For internal use only.
Reimplemented from TKAction.
Definition at line 26 of file TKLinkAction.php5.
1.5.6