Gregwar\Formidable\Factory::__construct PHP Method

__construct() public method

Constructs the factory
public __construct ( )
    public function __construct()
    {
        $this->language = new Language\English();
    }