public function reset() { parent::reset(); foreach ($this->children as $child) { $child->reset(); } }