AsseticBundle\View\Helper\Asset::__construct PHP Method

__construct() public method

public __construct ( Zend\ServiceManager\ServiceLocatorInterface $serviceLocator )
$serviceLocator Zend\ServiceManager\ServiceLocatorInterface
    public function __construct(ServiceLocatorInterface $serviceLocator)
    {
        $serviceFactory = new ServiceFactory();
        $this->service = $serviceFactory->createService($serviceLocator);
        $this->service->build();
        $this->baseUrl = $this->service->getConfiguration()->getBaseUrl();
        $this->basePath = $this->service->getConfiguration()->getBasePath();
    }