Skip to content

Instantly share code, notes, and snippets.

@Haraldson
Created June 4, 2013 14:35
Show Gist options
  • Save Haraldson/5706407 to your computer and use it in GitHub Desktop.
Save Haraldson/5706407 to your computer and use it in GitHub Desktop.
protected $serviceContainer;
protected $pageService;
public function __construct($serviceContainer)
{
$this->serviceContainer = $serviceContainer;
$this->pageService = $this->serviceContainer->getPageService();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment