
Public Member Functions | |
| __construct ($vars=array(), $action="") | |
| Create a new GET action. | |
| getInvocation () | |
Static Public Member Functions | |
| static | createFromXML ($attrs, $children) |
This is a clearer way to do the same thing with a link and a custom constructed URL. Don't forget to urldecode() the variables on the other end.
Definition at line 10 of file TKGetAction.php5.
| TKGetAction::__construct | ( | $ | vars = array(), |
|
| $ | action = "" | |||
| ) |
Create a new GET action.
| $vars | [array]: associative array of variable => value pairs to be sent with the GET request | |
| $action | [string]: URL to send GET request to |
Definition at line 20 of file TKGetAction.php5.
| static TKGetAction::createFromXML | ( | $ | attrs, | |
| $ | children | |||
| ) | [static] |
| TKGetAction::getInvocation | ( | ) |
1.5.6