Class MOXMAN_Commands_ZipCommand
Inheritance | MOXMAN_Commands_ZipCommand » MOXMAN_Commands_BaseCommand |
---|---|
Implements | MOXMAN_ICommand |
Command for zipping files on the remote file system.
Public Methods
Method | Description | Defined By |
---|---|---|
execute() | Executes the command logic with the specified RPC parameters. | MOXMAN_Commands_ZipCommand |
Protected Methods
Method | Description | Defined By |
---|---|---|
fileToJson() | Converts a file instance to a JSON serializable object. | MOXMAN_Commands_BaseCommand |
fireBeforeFileAction() | Fires a before file action event with the specified file object. | MOXMAN_Commands_BaseCommand |
fireBeforeTargetFileAction() | Fires a before file action event with the specified from/to file objects. | MOXMAN_Commands_BaseCommand |
fireCustomInfo() | Fires a file custom info for the specified file. | MOXMAN_Commands_BaseCommand |
fireFileAction() | Fires a file action event with the specified file object. | MOXMAN_Commands_BaseCommand |
fireFilesAction() | Fires a file action event with the specified file object and files array. | MOXMAN_Commands_BaseCommand |
fireTargetFileAction() | Fires a file action event with the specified from/to file objects. | MOXMAN_Commands_BaseCommand |
getPublicConfig() | Returns public config options to the client. | MOXMAN_Commands_BaseCommand |
Method Details
Executes the command logic with the specified RPC parameters.
public Object execute ( $params ) | ||
$params | Object | Command parameters sent from client. |
return | Object | Result object to be passed back to client. |
---|