__construct() публичный Метод

Public constructor for the factory object
public __construct ( Container $container )
$container FOF30\Container\Container The container we belong to
Пример #1
0
 public function __construct(Container $container)
 {
     parent::__construct($container);
     // Look for form files on the other side of the component
     $this->formLookupInOtherSide = true;
 }