Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[NFR] Implement getter: Phalcon\Mvc\View::isDisabled(). #1320

Closed
temuri416 opened this issue Oct 1, 2013 · 1 comment
Closed

[NFR] Implement getter: Phalcon\Mvc\View::isDisabled(). #1320

temuri416 opened this issue Oct 1, 2013 · 1 comment

Comments

@temuri416
Copy link
Contributor

It's possible to disable View rendering as:

$this->view->disable();

However, there's no way to see whether view rendering is disabled.

Implement View getter method:

Phalcon\Mvc\View::isDisabled()

Thanks!

@phalcon
Copy link
Collaborator

phalcon commented Oct 2, 2013

Implemented in 1.3.0

@phalcon phalcon closed this as completed Oct 2, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant