GcFrontend\Form\Install::init PHP Method

init() public method

Init Install form
public init ( ) : void
return void
    public function init()
    {
        $this->setInputFilter(new InputFilter());
    }

Usage Example

Example #1
0
 /**
  * Test
  *
  * @return void
  */
 public function testInit()
 {
     $this->assertNull($this->object->init());
 }