PHP Class hiqdev\assetpackagist\console\BowerPackageController

Inheritance: extends yii\console\Controller
Show file Open project: hiqdev/asset-packagist

Public Methods

Method Description
actionFetchTop ( integer $count = 1000, boolean $skipCache = false ) Fetches TOP-$count components from Bower ans saves to config/bower.list.

Private Methods

Method Description
getComponents ( boolean $skipCache = false ) : array Gets components array from bower API.

Method Details

actionFetchTop() public method

Fetches TOP-$count components from Bower ans saves to config/bower.list.
public actionFetchTop ( integer $count = 1000, boolean $skipCache = false )
$count integer
$skipCache boolean