Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Horde_JavascriptMinify_Util_Cmdline
PHP Class Horde_JavascriptMinify_Util_Cmdline, horde
Author:
Michael Slusarz (
[email protected]
)
ファイルを表示
Open project: horde/horde
Class Usage Examples
Public Methods
Method
Description
runCmd
(
string
$text
,
string
$cmd
,
Horde_Log_Logger
$log
) :
string
Runs the compression command and returns the output.
Method Details
runCmd()
public
method
Runs the compression command and returns the output.
public
runCmd
(
string
$text
,
string
$cmd
,
Horde_Log_Logger
$log
) :
string
$text
string
The javascript text.
$cmd
string
Command.
$log
Horde_Log_Logger
Logging object.
return
string
The compressed javascript.