\Camspiers\StatisticalClassifier\ConsoleApplication

Summary

Methods
Properties
Constants
setContainer()
getContainer()
No public properties found
No constants found
No protected methods found
$container
N/A
No private methods found
No private properties found
N/A

Properties

$container

$container : \Symfony\Component\DependencyInjection\ContainerInterface

Holds the dependency injection container

Type

\Symfony\Component\DependencyInjection\ContainerInterface

Methods

setContainer()

setContainer(\Symfony\Component\DependencyInjection\ContainerInterface $container) : $this

Allows the setting of a container on the appliaction

Parameters

\Symfony\Component\DependencyInjection\ContainerInterface $container

The container to set

Returns

$this

getContainer()

getContainer() : \Symfony\Component\DependencyInjection\ContainerInterface

Returns the set container or returns a newly instantiated one

Returns

\Symfony\Component\DependencyInjection\ContainerInterface —

The container