FOF30\Factory\SwitchFactory::__construct PHP 메소드

__construct() 공개 메소드

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;
    }