__construct() public method

public __construct ( )
Example #1
0
 public function __construct($name, ExampleGroup $group = null)
 {
     parent::__construct($name, $group, null);
 }