Pyrech\ComposerChangelogs\Factory::createOperationHandlers PHP Method

createOperationHandlers() public static method

public static createOperationHandlers ( ) : Pyrech\ComposerChangelogs\OperationHandler\OperationHandler[]
return Pyrech\ComposerChangelogs\OperationHandler\OperationHandler[]
    public static function createOperationHandlers()
    {
        return [new \Pyrech\ComposerChangelogs\OperationHandler\InstallHandler(), new \Pyrech\ComposerChangelogs\OperationHandler\UpdateHandler(), new \Pyrech\ComposerChangelogs\OperationHandler\UninstallHandler()];
    }