Class lajax\assetminifier\helpers\AssetMinifier
| Inheritance | lajax\assetminifier\helpers\AssetMinifier |
|---|---|
| Available since version | 1.0 |
Asset Minifier extension helper.
Public Methods
| Method | Description | Defined By |
|---|---|---|
| createObjet() | Helper for creating objects. | lajax\assetminifier\helpers\AssetMinifier |
Method Details
Helper for creating objects.
| static createObjet( $object, $defaultClass ) | ||
| $object | mixed | The object to be created or the array describint the object. If this is an object already, then the object returned without any modification. |
| $defaultClass | string | The default class for the object. It will be used if the class of the object is not specified in the $object parameter. |
| return | static | Created object. |
|---|---|---|