phpMv
-UI toolkit 2.4.12
jQuery, jQuery UI, Twitter Bootstrap and Semantic-UI library for php & php MVC Frameworks
Loading...
Searching...
No Matches
GenericComponent.php
Go to the documentation of this file.
1
<?php
2
3
namespace
Ajax\common\components
;
4
5
use
Ajax\common\components\SimpleExtComponent
;
6
7
class
GenericComponent
extends
SimpleExtComponent
{
8
9
/*
10
* (non-PHPdoc)
11
* @see \Ajax\common\components\SimpleExtComponent::getScript()
12
*/
13
public
function
getScript
() {
14
$this->jquery_code_for_compile=array ();
15
foreach
( $this->jsCodes as $jsCode ) {
16
$this->jquery_code_for_compile []=$jsCode->compile(array (
17
"identifier"
=> $this->attachTo
18
));
19
}
20
$this->
compileEvents
();
21
return
$this->
compileJQueryCode
();
22
}
23
}
Ajax\common\components\GenericComponent
Definition
GenericComponent.php:7
Ajax\common\components\GenericComponent\getScript
getScript()
Definition
GenericComponent.php:13
Ajax\common\components\SimpleComponent\compileEvents
compileEvents()
Definition
SimpleComponent.php:24
Ajax\common\components\SimpleComponent\compileJQueryCode
compileJQueryCode()
Definition
SimpleComponent.php:46
Ajax\common\components\SimpleExtComponent
Definition
SimpleExtComponent.php:7
Ajax\common\components
Definition
BaseComponent.php:3
Ajax
common
components
GenericComponent.php
Generated on Sun Dec 10 2023 16:15:56 for
phpMv-UI
by
doxygen
1.9.8