__construct() public method

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