PHP Class WhPlugin

Extends the plugins with common shared methods.
Author: Antonio Ramirez ([email protected])
Inheritance: extends CBehavior
Datei anzeigen Open project: 2amigos/yiiwheels Class Usage Examples

Protected Properties

Property Type Description
$_api
$_assetsUrl
$_wheels

Public Methods

Method Description
getApi ( ) : TbApi
getAssetsUrl ( $path ) : mixed Returns
getYiiWheels ( ) : YiiWheels Returns the main component

Method Details

getApi() public method

public getApi ( ) : TbApi
return TbApi

getAssetsUrl() public method

Returns
public getAssetsUrl ( $path ) : mixed
$path
return mixed

getYiiWheels() public method

Returns the main component
public getYiiWheels ( ) : YiiWheels
return YiiWheels

Property Details

$_api protected_oe static_oe property

protected static $_api

$_assetsUrl protected_oe property

protected $_assetsUrl

$_wheels protected_oe static_oe property

protected static $_wheels