JCSSManagerCompressJSYuiCommand Class Reference
Inheritance diagram for
JCSSManagerCompressJSYuiCommand:
Protected Member Functions |
|
| get_db_type () | |
| Returns type of compressed file. |
|
| invoke_yui ($in_file, $out_file) | |
| Invoke YUICOmpressor. |
|
Detailed Description
Definition at line 4 of file compress.js.cmd.php.
Member Function Documentation
| JCSSManagerCompressJSYuiCommand::get_db_type | ( | ) | [protected] |
Returns type of compressed file.
- Returns:
- string One of TYPE_X constants
Reimplemented from JCSSManagerCompressBaseCommand.
Definition at line 21 of file compress.js.cmd.php.
00021 { 00022 return JCSSManager::TYPE_JS; 00023 }
| JCSSManagerCompressJSYuiCommand::invoke_yui | ( | $ | in_file, | |
| $ | out_file | |||
| ) | [protected] |
Invoke YUICOmpressor.
- Parameters:
-
string $in_file string $out_file
- Returns:
- Status
Reimplemented from JCSSManagerCompressBaseYuiCommand.
Definition at line 12 of file compress.js.cmd.php.
The documentation for this class was generated from the following file:
- contributions/jcssmanager/behaviour/commands/jcssmanager/yui/compress.js.cmd.php
