Created
March 11, 2016 22:12
-
-
Save ahilles107/568efe69f7d4a1047cc6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * Constructor. | |
| * | |
| * @param ViewHandlerInterface $viewHandler | |
| * @param bool $forceView | |
| */ | |
| public function __construct(ViewHandlerInterface $viewHandler, $forceView) | |
| { | |
| $this->viewHandler = $viewHandler; | |
| $this->forceView = $forceView; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment