Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Call to private method Zend\Mvc\Console\View\ViewManager::getView() from context 'ZF\Rpc\Module' #14

Closed
@waltertamboer

Description

@waltertamboer

When enabling the module in combination with Apigility, the error Call to private method Zend\Mvc\Console\View\ViewManager::getView() from context 'ZF\Rpc\Module' is thrown. This is because the getView method is private while it is public in Zend\Mvc\View\Http\ViewManager.

I guesst the onBootstrap method in ZF\Rpc\Module::onBootstrap should not be executed while in console mode but one does not want to introduce a hard dependency on Zend\Console

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions