Skip to content

Instantly share code, notes, and snippets.

@ahilles107
Created March 11, 2016 22:12
Show Gist options
  • Select an option

  • Save ahilles107/568efe69f7d4a1047cc6 to your computer and use it in GitHub Desktop.

Select an option

Save ahilles107/568efe69f7d4a1047cc6 to your computer and use it in GitHub Desktop.
/**
* 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