AwsModule\Factory\S3LinkViewHelperFactory::createService PHP Méthode

createService() public méthode

{@inheritDoc}
public createService ( Zend\ServiceManager\ServiceLocatorInterface $serviceLocator ) : AwsModule\View\Helper\S3Link
$serviceLocator Zend\ServiceManager\ServiceLocatorInterface
Résultat AwsModule\View\Helper\S3Link
    public function createService(ServiceLocatorInterface $serviceLocator)
    {
        $parentLocator = $serviceLocator->getServiceLocator();
        return $this($parentLocator, S3Link::class);
    }
S3LinkViewHelperFactory