Class YiiWheels
YiiWheels class file.
- CApplicationComponent
- YiiWheels
Package: yiiwheels
Copyright: Copyright © 2amigos.us 2013-
License: New BSD License
Author: Antonio Ramirez <amigo.cobos@gmail.com>
Located at YiiWheels.php
Copyright: Copyright © 2amigos.us 2013-
License: New BSD License
Author: Antonio Ramirez <amigo.cobos@gmail.com>
Located at YiiWheels.php
Methods summary
public
|
|
public
TbApi
|
|
public
string
|
#
getAssetsUrl( )
Returns the assets URL. Assets folder has few orphan and very useful utility libraries. |
public
mixed
|
#
registerAssetJs( string $jsFile, integer $position = CClientScript::POS_END )
Register a specific js file in the asset's js folder |
public
mixed
|
#
registerAssetCss( string $cssFile, string $media = '' )
Registers a specific css in the asset's css folder |
Magic methods summary
Properties summary
public
array
|
$htmlOptions |
#
the HTML options for the view container tag. |
public
array
|
$assetsJs |
#
$assetsJs of javascript library names to be registered when initializing the library. |
public
array
|
$assetsCss |
#
$assetsCss of style library names to be registered when initializing the library. |
protected
TbApi
|
$_api |
#
$_api |
protected
string
|
$_assetsUrl |
#
holds the published assets |