|
phpMv -UI toolkit 2.4.12
jQuery, jQuery UI, Twitter Bootstrap and Semantic-UI library for php & php MVC Frameworks
|
Inheritance diagram for CDNGuiGen:Public Member Functions | |
| __construct ($version, $theme=NULL, $provider="Google") | |
| getCssUrl () | |
| getThemes ($provider=NULL) | |
| getFirstTheme ($provider=NULL) | |
| getUrl () | |
| getCss () | |
| __toString () | |
| setCssUrl ($cssUrl, $local=null) | |
| getLocalCss () | |
| setLocalCss ($localCss) | |
Public Member Functions inherited from CDNBase | |
| __construct ($version, $provider) | |
| getJsUrl () | |
| setJsUrl ($jsUrl, $local=null) | |
| isLocal () | |
| setLocal ($local) | |
| getProviders () | |
| getVersions ($provider=NULL) | |
| getLastVersion ($provider=NULL) | |
Protected Attributes | |
| $theme | |
| $cssUrl | |
| $localCss | |
Protected Attributes inherited from CDNBase | |
| $version | |
| $provider | |
| $data | |
| $local | |
| $jsUrl | |
Additional Inherited Members | |
Protected Member Functions inherited from CDNBase | |
| getUrlOrCss ($element, $key) | |
| replaceVersion ($url, $version) | |
| replaceTheme ($url, $theme) | |
| replaceVersionAndTheme ($url, $version, $theme) | |
Definition at line 9 of file CDNGuiGen.php.
| __construct | ( | $version, | |
$theme = NULL, |
|||
$provider = "Google" |
|||
| ) |
Definition at line 14 of file CDNGuiGen.php.
| __toString | ( | ) |
Definition at line 62 of file CDNGuiGen.php.
| getCss | ( | ) |
Definition at line 50 of file CDNGuiGen.php.
| getCssUrl | ( | ) |
Definition at line 28 of file CDNGuiGen.php.
| getFirstTheme | ( | $provider = NULL | ) |
Definition at line 39 of file CDNGuiGen.php.
| getLocalCss | ( | ) |
Definition at line 77 of file CDNGuiGen.php.
| getThemes | ( | $provider = NULL | ) |
Definition at line 32 of file CDNGuiGen.php.
| getUrl | ( | ) |
Reimplemented from CDNBase.
Definition at line 46 of file CDNGuiGen.php.
| setCssUrl | ( | $cssUrl, | |
$local = null |
|||
| ) |
Definition at line 68 of file CDNGuiGen.php.
| setLocalCss | ( | $localCss | ) |
Definition at line 81 of file CDNGuiGen.php.
|
protected |
Definition at line 11 of file CDNGuiGen.php.
|
protected |
Definition at line 12 of file CDNGuiGen.php.
|
protected |
Definition at line 10 of file CDNGuiGen.php.