phpMv -UI toolkit 2.4.12
jQuery, jQuery UI, Twitter Bootstrap and Semantic-UI library for php & php MVC Frameworks
Loading...
Searching...
No Matches
JsUtilsInternalTrait Class Reference
+ Inheritance diagram for JsUtilsInternalTrait:

Public Member Functions

 addToCompile ($jsScript)
 

Protected Member Functions

 _addToCompile ($jsScript)
 
 _compileLibrary (BaseGui $library, &$view=NULL)
 
 defer ($script)
 
 ready ($script)
 
 minify ($input)
 
 _open_script ($src='')
 Outputs an opening <script>
 
 _close_script ($extra="\n")
 Outputs an closing </script>
 
 conflict ()
 

Protected Attributes

 $jquery_code_for_compile = array()
 
 $jquery_code_for_compile_at_last = array()
 

Detailed Description

Definition at line 6 of file JsUtilsInternalTrait.php.

Member Function Documentation

◆ _addToCompile()

_addToCompile (   $jsScript)
protected

Definition at line 12 of file JsUtilsInternalTrait.php.

◆ _close_script()

_close_script (   $extra = "\n")
protected

Outputs an closing </script>

Parameters
string$extra
Returns
string

Definition at line 84 of file JsUtilsInternalTrait.php.

◆ _compileLibrary()

_compileLibrary ( BaseGui  $library,
$view = NULL 
)
protected
Parameters
BaseGui$library
mixed$view

Definition at line 21 of file JsUtilsInternalTrait.php.

◆ _open_script()

_open_script (   $src = '')
protected

Outputs an opening <script>

Parameters
string$src
Returns
string

Reimplemented in JsUtils.

Definition at line 72 of file JsUtilsInternalTrait.php.

◆ addToCompile()

addToCompile (   $jsScript)

Definition at line 92 of file JsUtilsInternalTrait.php.

◆ conflict()

conflict ( )
protected

Definition at line 88 of file JsUtilsInternalTrait.php.

◆ defer()

defer (   $script)
protected

Definition at line 29 of file JsUtilsInternalTrait.php.

◆ minify()

minify (   $input)
protected

Definition at line 41 of file JsUtilsInternalTrait.php.

◆ ready()

ready (   $script)
protected

Definition at line 35 of file JsUtilsInternalTrait.php.

Field Documentation

◆ $jquery_code_for_compile

$jquery_code_for_compile = array()
protected

Definition at line 8 of file JsUtilsInternalTrait.php.

◆ $jquery_code_for_compile_at_last

$jquery_code_for_compile_at_last = array()
protected

Definition at line 10 of file JsUtilsInternalTrait.php.


The documentation for this class was generated from the following file: