phpMv
-UI toolkit 2.4.12
jQuery, jQuery UI, Twitter Bootstrap and Semantic-UI library for php & php MVC Frameworks
Loading...
Searching...
No Matches
CDNJQuery.php
Go to the documentation of this file.
1
<?php
2
3
namespace
Ajax\lib
;
4
5
6
use
Ajax\common\html\html5\HtmlUtils
;
7
8
class
CDNJQuery
extends
CDNBase
{
9
10
public
function
__construct
(
$version
,
$provider
=
"Google"
) {
11
parent::__construct(
$version
,
$provider
);
12
$this->data=$this->data [
"JQuery"
];
13
}
14
15
public
function
getUrl
() {
16
return
$this->
getUrlOrCss
($this->jsUrl,
"url"
);
17
}
18
19
public
function
__toString
() {
20
$url=$this->
getUrl
();
21
return
HtmlUtils::javascriptInclude($url);
22
}
23
}
Ajax\common\html\html5\HtmlUtils
Definition
HtmlUtils.php:5
Ajax\lib\CDNBase
Definition
CDNBase.php:8
Ajax\lib\CDNBase\$version
$version
Definition
CDNBase.php:9
Ajax\lib\CDNBase\getUrlOrCss
getUrlOrCss($element, $key)
Definition
CDNBase.php:36
Ajax\lib\CDNBase\$provider
$provider
Definition
CDNBase.php:10
Ajax\lib\CDNJQuery
Definition
CDNJQuery.php:8
Ajax\lib\CDNJQuery\__construct
__construct($version, $provider="Google")
Definition
CDNJQuery.php:10
Ajax\lib\CDNJQuery\__toString
__toString()
Definition
CDNJQuery.php:19
Ajax\lib\CDNJQuery\getUrl
getUrl()
Definition
CDNJQuery.php:15
Ajax\lib
Definition
CDNBase.php:3
Ajax
lib
CDNJQuery.php
Generated on Sun Dec 10 2023 16:15:58 for
phpMv-UI
by
doxygen
1.9.8