Пример #1
0
 protected function initInfo()
 {
     $root = parent::getRootIndex();
     $lang = Config::language();
     return array('book_id' => 'php-manual', 'title' => $root['ldesc'], 'identifier' => 'http://www.php.net/manual/' . $lang, 'creator' => 'PHP Documentation Team', 'lang' => $lang, 'opf_file' => strtolower($this->getFormatName()) . '.opf', 'ncx_file' => strtolower($this->getFormatName()) . '.ncx', 'epub_file' => 'php-manual.epub');
 }