$initialized
$initialized : boolean
Has the helper been initialized
Render Google Analytics tracking code.
The helper adds the code to the InlineScript view helper when it is initialized. It is important that the helper is only initialized once. This can be done automatically by using the Spork InlineScript view helper which initialized this helper when it is rendered.
createService(\Zend\ServiceManager\ServiceLocatorInterface $viewHelperManager) : \Spork\View\Helper\GoogleAnalytic
Create and configure helper instance
\Zend\ServiceManager\ServiceLocatorInterface | $viewHelperManager |