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

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

Защищенные свойства (Protected)

Свойство Тип Описание
$packageRepository hiqdev\assetpackagist\repositories\PackageRepository
$packageStorage hiqdev\assetpackagist\components\StorageInterface

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

Метод Описание
__construct ( $id, $module, hiqdev\assetpackagist\components\StorageInterface $packageStorage, PackageRepository $packageRepository, $config = [] ) MaintenanceController constructor.
actionSyncToDb ( ) Synchronizes file system packages to the database
actionUpdateExpired ( ) Updates expired packages

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

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

MaintenanceController constructor.
public __construct ( $id, $module, hiqdev\assetpackagist\components\StorageInterface $packageStorage, PackageRepository $packageRepository, $config = [] )
$packageStorage hiqdev\assetpackagist\components\StorageInterface
$packageRepository hiqdev\assetpackagist\repositories\PackageRepository

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

Synchronizes file system packages to the database
public actionSyncToDb ( )

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

Updates expired packages
public actionUpdateExpired ( )

Описание свойств

$packageRepository защищенное свойство

protected PackageRepository,hiqdev\assetpackagist\repositories $packageRepository
Результат hiqdev\assetpackagist\repositories\PackageRepository

$packageStorage защищенное свойство

protected StorageInterface,hiqdev\assetpackagist\components $packageStorage
Результат hiqdev\assetpackagist\components\StorageInterface