PHP Class hiqdev\assetpackagist\console\AssetPackageController

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

Public Methods

Method Description
actionList ( )
actionTest ( )
actionUpdate ( string $type, string $name ) : boolean
actionUpdateAll ( )
actionUpdateList ( $file = STDIN )

Method Details

actionList() public method

public actionList ( )

actionTest() public method

public actionTest ( )

actionUpdate() public method

public actionUpdate ( string $type, string $name ) : boolean
$type string the package type. Can be either `bower` or `npm`
$name string the package name
return boolean Whether the update was successful

actionUpdateAll() public method

public actionUpdateAll ( )

actionUpdateList() public method

public actionUpdateList ( $file = STDIN )