PHP Класс hiqdev\assetpackagist\console\AssetPackageController

Наследование: extends yii\console\Controller
Показать файл Открыть проект

Открытые методы

Метод Описание
actionList ( )
actionTest ( )
actionUpdate ( string $type, string $name ) : boolean
actionUpdateAll ( )
actionUpdateList ( $file = STDIN )

Описание методов

actionList() публичный Метод

public actionList ( )

actionTest() публичный Метод

public actionTest ( )

actionUpdate() публичный Метод

public actionUpdate ( string $type, string $name ) : boolean
$type string the package type. Can be either `bower` or `npm`
$name string the package name
Результат boolean Whether the update was successful

actionUpdateAll() публичный Метод

public actionUpdateAll ( )

actionUpdateList() публичный Метод

public actionUpdateList ( $file = STDIN )