Pyrech\ComposerChangelogs\Factory::createOperationHandlers PHP Метод

createOperationHandlers() публичный статический Метод

public static createOperationHandlers ( ) : Pyrech\ComposerChangelogs\OperationHandler\OperationHandler[]
Результат Pyrech\ComposerChangelogs\OperationHandler\OperationHandler[]
    public static function createOperationHandlers()
    {
        return [new \Pyrech\ComposerChangelogs\OperationHandler\InstallHandler(), new \Pyrech\ComposerChangelogs\OperationHandler\UpdateHandler(), new \Pyrech\ComposerChangelogs\OperationHandler\UninstallHandler()];
    }