|
|
|
File: C:/usr/local/lib/php/blueshoes-4.2/core/html/Bs_JsCruncher.class.php
BlueShoes Application Framework - html
Bs_JsCruncher
Bs_Object | +-- Bs_JsCruncher
**********************************************************************
|
private class Bs_JsCruncher extends Bs_Object
**********************************************************************
dependencies: none
| Authors | , |
| Version | 4.0.$id$ |
| Copyright | blueshoes.org |
|
| |
|
Methods inherited from Bs_Object |
| isex, isexception, tostring, tohtml, persist, unpersist, bs_object, bbsetoutput, bbawake, bbisawake, bbxmsg, bbxfunctionstart, bbxfunctionend, bbxecho, bbxvar, bbxvardump, bbforcetrace, bbbufferstart, bbbufferget, bbbufferendflush, bbbufferendclean |
|
|
|
|
|
Private Field Summary |
| array |
$_literalStringsFor temporary storage of literal strings. |
|
Public Method Details |
Bs_JsCruncher |
|
public void Bs_JsCruncher( )
|
| |
constructor
|
| Returns |
void |
|
|
Private Method Details |
replaceLiteralStrings |
|
private void replaceLiteralStrings( $s )
|
| |
|
| Parameter |
|
|
$s |
|
|
Warning: documentation is missing. |
|
| Returns |
void |
|
removeComments |
|
private void removeComments( $s )
|
| |
|
| Parameter |
|
|
$s |
|
|
Warning: documentation is missing. |
|
| Returns |
void |
|
crunch |
|
private void crunch( $input )
|
| |
Warning: documentation is missing.
|
| Parameter |
|
|
$input |
|
|
Warning: documentation is missing. |
|
| Returns |
void |
|
compressWhiteSpace |
|
private void compressWhiteSpace( $s )
|
| |
Warning: documentation is missing.
|
| Parameter |
|
|
$s |
|
|
Warning: documentation is missing. |
|
| Returns |
void |
|
combineLiteralStrings |
|
private void combineLiteralStrings( $s )
|
| |
Warning: documentation is missing.
|
| Parameter |
|
|
$s |
|
|
Warning: documentation is missing. |
|
| Returns |
void |
|
restoreLiteralStrings |
|
private void restoreLiteralStrings( $s )
|
| |
Warning: documentation is missing.
|
| Parameter |
|
|
$s |
|
|
Warning: documentation is missing. |
|
| Returns |
void |
|
|
Private Field Details |
$_literalStrings |
|
private array $_literalStrings
>><<
For temporary storage of literal strings.
|
|
|
|
|
|
| PHPDoc 1.0beta |