phpMv
-UI toolkit 2.4.12
jQuery, jQuery UI, Twitter Bootstrap and Semantic-UI library for php & php MVC Frameworks
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\lib\CDNBase
Definition:
CDNBase.php:8
Ajax\lib\CDNJQuery\getUrl
getUrl()
Definition:
CDNJQuery.php:15
Ajax\lib\CDNBase\$version
$version
Definition:
CDNBase.php:9
Ajax\lib\CDNBase\getUrlOrCss
getUrlOrCss($element, $key)
Definition:
CDNBase.php:36
Ajax\lib\CDNJQuery\__construct
__construct($version, $provider="Google")
Definition:
CDNJQuery.php:10
Ajax\lib
Definition:
CDNBase.php:3
Ajax\lib\CDNJQuery
Definition:
CDNJQuery.php:8
Ajax\lib\CDNJQuery\__toString
__toString()
Definition:
CDNJQuery.php:19
Ajax\lib\CDNBase\$provider
$provider
Definition:
CDNBase.php:10
HtmlUtils
Ajax\common\html\html5\HtmlUtils\javascriptInclude
static javascriptInclude($url)
Definition:
HtmlUtils.php:6
Ajax
lib
CDNJQuery.php
Generated on Thu Sep 19 2024 23:26:03 for
phpMv-UI
by
doxygen
1.8.13