/**
  * Delete all data other than the subject.
  */
 public function clear()
 {
     $this->mStubPropVals = array();
     parent::clear();
 }