public function __construct($child = null) { parent::__construct($child); }
public function __construct($child, $field) { parent::__construct($child); $this->field = $field; }