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

BaseGui Phalcon library. More...

+ Inheritance diagram for BaseGui:

Public Member Functions

 __construct ($autoCompile=true)
 
 isAutoCompile ()
 
 setAutoCompile ($autoCompile)
 
 compile ($internal=false)
 
 setJs (JsUtils $js)
 
 addComponent (SimpleComponent $component, $attachTo, $params)
 
 addHtmlComponent (BaseHtml $htmlComponent)
 
 compileHtml (JsUtils $js=NULL, &$view=NULL)
 
 matchHtmlComponents ($callback)
 
 getHtmlComponent ($identifier)
 

Protected Attributes

 $autoCompile
 
 $components
 
 $htmlComponents
 
 $js
 

Detailed Description

BaseGui Phalcon library.

Author
jcheron
Version
1.02 BaseGui

Definition at line 18 of file BaseGui.php.

Constructor & Destructor Documentation

◆ __construct()

__construct (   $autoCompile = true)

Reimplemented in Bootstrap, JqueryUI, and Semantic.

Definition at line 32 of file BaseGui.php.

Member Function Documentation

◆ addComponent()

addComponent ( SimpleComponent  $component,
  $attachTo,
  $params 
)

Definition at line 59 of file BaseGui.php.

◆ addHtmlComponent()

addHtmlComponent ( BaseHtml  $htmlComponent)

Definition at line 78 of file BaseGui.php.

◆ compile()

compile (   $internal = false)

Definition at line 47 of file BaseGui.php.

◆ compileHtml()

compileHtml ( JsUtils  $js = NULL,
$view = NULL 
)

Definition at line 83 of file BaseGui.php.

◆ getHtmlComponent()

getHtmlComponent (   $identifier)

Definition at line 93 of file BaseGui.php.

◆ isAutoCompile()

isAutoCompile ( )

Definition at line 38 of file BaseGui.php.

◆ matchHtmlComponents()

matchHtmlComponents (   $callback)

Definition at line 89 of file BaseGui.php.

◆ setAutoCompile()

setAutoCompile (   $autoCompile)

Definition at line 42 of file BaseGui.php.

◆ setJs()

setJs ( JsUtils  $js)

Definition at line 55 of file BaseGui.php.

Field Documentation

◆ $autoCompile

$autoCompile
protected

Definition at line 20 of file BaseGui.php.

◆ $components

$components
protected

Definition at line 22 of file BaseGui.php.

◆ $htmlComponents

$htmlComponents
protected

Definition at line 24 of file BaseGui.php.

◆ $js

$js
protected

Definition at line 30 of file BaseGui.php.


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