FOF30\Factory\SwitchFactory::__construct PHP Method

__construct() public method

public __construct ( Container $container )
$container FOF30\Container\Container
    public function __construct(Container $container)
    {
        parent::__construct($container);
        // Look for form files on the other side of the component
        $this->formLookupInOtherSide = true;
    }