110 if ( $this->commentKey === null ) {
111 throw new \RuntimeException( __METHOD__ .
': commentKey must be specified' );
113 $row = parent::current();
114 $comment = $this->commentStore->getComment( $this->commentKey, $row );
116 if ( $this->namespaceField && $this->titleField ) {
118 (
int)$row->{$this->namespaceField},
119 (string)$row->{$this->titleField}