메소드 | 설명 | |
---|---|---|
__construct ( $action, $post = [] ) | AjaxRequest objects are automatically processed when they are created, based on the unique $action value. The result of the call is stored in $response to be handled however you need (e.g. output as JSON, XML etc) - or an Exception is thrown if something went wrong. Exceptions are used SOLELY for program errors: not for user-entry errors. | |
getResponse ( ) | HELPERS |
메소드 | 설명 | |
---|---|---|
installCountries ( ) | ||
installDataTypes ( ) | ||
installExportTypes ( ) |
public __construct ( $action, $post = [] ) |