Dev#12521 Cyberlibris
Merge request reports
Activity
Filter activity
17 * You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE 18 * along with AFI-OPAC 2.0; if not, write to the Free Software 19 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 20 */ 21 22 23 class Class_WebService_BibNumerique_Cyberlibris extends Class_WebService_BibNumerique_Abstract { 24 25 const BASE_URL = 'http://oai-bibliovox.cyberlibris.fr/oai.aspx'; 26 const CATEGORY_LABEL = 'Cyberlibris'; 27 28 29 protected function _deleteNonHarvested() { 30 if (0 < count($this->getHarvestedIds())) 31 Class_Album::getLoader() 32 ->deleteBy(['where' => 'url_origine="'.self::BASE_URL.'" and id_origine not in (\'' . implode("', '", $this->getHarvestedIds()) . '\')']); 121 121 .$this->addMenu("oai_16.png", $this->translate()->_("Numilog"), "/admin/harvest/numilog-browse", 122 122 Class_AdminVar::isNumilogEnabled() 123 123 && $this->filterAdmin($this->user)) 124 /* 125 .$this->addMenu("oai_16.png", $this->translate()->_("Cyberlibris"), "/admin/harvest/cyberlibris-browse", 126 Class_AdminVar::isCyberlibrisEnabled() 127 && $this->filterAdmin($this->user)) 128 */
Please register or sign in to reply