PHP Class AwsModule\Factory\S3LinkViewHelperFactory

Inheritance: implements Zend\ServiceManager\FactoryInterface
Show file Open project: aws/aws-sdk-php-zf2

Public Methods

Method Description
__invoke ( Interop\Container\ContainerInterface $container, string $requestedName, array $options = null ) : AwsModule\View\Helper\S3Link
createService ( Zend\ServiceManager\ServiceLocatorInterface $serviceLocator ) : AwsModule\View\Helper\S3Link {@inheritDoc}

Method Details

__invoke() public method

public __invoke ( Interop\Container\ContainerInterface $container, string $requestedName, array $options = null ) : AwsModule\View\Helper\S3Link
$container Interop\Container\ContainerInterface
$requestedName string
$options array
return AwsModule\View\Helper\S3Link

createService() public method

{@inheritDoc}
public createService ( Zend\ServiceManager\ServiceLocatorInterface $serviceLocator ) : AwsModule\View\Helper\S3Link
$serviceLocator Zend\ServiceManager\ServiceLocatorInterface
return AwsModule\View\Helper\S3Link