iId = $iId; $this->iSearchNameCount = $iSearchNameCount; $this->iTermCount = $iTermCount; } public function debugInfo() { return array( 'ID' => $this->iId, 'Type' => 'word', 'Info' => array( 'count' => $this->iSearchNameCount, 'terms' => $this->iTermCount ) ); } }