PHP Class hiqdev\assetpackagist\console\QueueController

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

Public Methods

Method Description
actionRun ( string $channel ) Runs the queue in $channel
actionTestErrorHandler ( ) Test action to ensure that ErrorHandler flushes stack immediately
init ( )

Private Methods

Method Description
attachEventHandlers ( ) Attaches handlers on Queue events

Method Details

actionRun() public method

Runs the queue in $channel
public actionRun ( string $channel )
$channel string Channel name

actionTestErrorHandler() public method

Test action to ensure that ErrorHandler flushes stack immediately

init() public method

public init ( )