__construct() public method

Constructor.
public __construct ( $parentForm = null )
$parentForm Form A form that can use this form.
 /**
  * Constructor.
  * @param $parentForm Form A form that can use this form.
  */
 function __construct($parentForm = null)
 {
     parent::__construct($parentForm);
 }