Lines Matching refs:book
173 $this->book = $this->basic;
174 $this->book['creator1'] = 'author';
175 $this->book['creator2'] = 'editor';
176 $this->book['creator3'] = 'translator';
177 $this->book['creator4'] = 'reviser';
178 $this->book['creator5'] = 'seriesEditor';
179 $this->book['field1'] = 'seriesTitle';
180 $this->book['field2'] = 'edition';
181 $this->book['field3'] = 'seriesNumber';
182 $this->book['miscField4'] = 'numberOfVolumes';
183 $this->book['field4'] = 'volumeNumber';
184 $this->book['year2'] = 'originalPublicationYear';
185 $this->book['year3'] = 'volumePublicationYear';
186 $this->book['publisherName'] = 'publisherName';
187 $this->book['publisherLocation'] = 'publisherLocation';
188 $this->book['isbn'] = 'ISBN';
190 $this->book_article = $this->book;