PHP Class Newscoop\Tools\Console\Helper\ServiceContainerHelper

Inheritance: extends Symfony\Component\Console\Helper\Helper
Afficher le fichier Open project: sourcefabric/newscoop

Protected Properties

Свойство Type Description
$container Symfony\Component\DependencyInjection\Container

Méthodes publiques

Méthode Description
__construct ( Symfony\Component\DependencyInjection\Container $container )
getName ( )
getService ( string $name ) : mixed Get service

Method Details

__construct() public méthode

public __construct ( Symfony\Component\DependencyInjection\Container $container )
$container Symfony\Component\DependencyInjection\Container

getName() public méthode

See also: Helper
public getName ( )

getService() public méthode

Get service
public getService ( string $name ) : mixed
$name string
Résultat mixed

Property Details

$container protected_oe property

protected Container,Symfony\Component\DependencyInjection $container
Résultat Symfony\Component\DependencyInjection\Container