當前位置: 首頁>>代碼示例>>PHP>>正文


PHP connector::connector方法代碼示例

本文整理匯總了PHP中connector::connector方法的典型用法代碼示例。如果您正苦於以下問題:PHP connector::connector方法的具體用法?PHP connector::connector怎麽用?PHP connector::connector使用的例子?那麽, 這裏精選的方法代碼示例或許可以為您提供幫助。您也可以進一步了解該方法所在connector的用法示例。


在下文中一共展示了connector::connector方法的15個代碼示例,這些例子默認根據受歡迎程度排序。您可以為喜歡或者感覺有用的代碼點讚,您的評價將有助於係統推薦出更棒的PHP代碼示例。

示例1: artevod

 function artevod($connector_path = "")
 {
     parent::connector($connector_path);
     $xml = file_get_contents($connector_path . "/profil.xml");
     $this->profile = _parser_text_no_function_($xml, "ARTEVODCONFIG");
     $this->set_default_enrichment_template();
 }
開發者ID:hogsim,項目名稱:PMB,代碼行數:7,代碼來源:artevod.class.php

示例2: wikipedia

 function wikipedia($connector_path = "")
 {
     parent::connector($connector_path);
 }
開發者ID:noble82,項目名稱:proyectos-ULS,代碼行數:4,代碼來源:wikipedia.class.php

示例3:

 function es_list($connector_path = "")
 {
     parent::connector($connector_path);
 }
開發者ID:noble82,項目名稱:proyectos-ULS,代碼行數:4,代碼來源:es_list.class.php

示例4: toutapprendre

 function toutapprendre($connector_path = "")
 {
     parent::connector($connector_path);
 }
開發者ID:noble82,項目名稱:proyectos-ULS,代碼行數:4,代碼來源:toutapprendre.class.php

示例5: aligastore

 function aligastore($connector_path = "")
 {
     parent::connector($connector_path);
 }
開發者ID:noble82,項目名稱:proyectos-ULS,代碼行數:4,代碼來源:aligastore.class.php

示例6: dailymotion

 function dailymotion($connector_path = "")
 {
     parent::connector($connector_path);
 }
開發者ID:bouchra012,項目名稱:PMB,代碼行數:4,代碼來源:dailymotion.class.php

示例7: youtube

 function youtube($connector_path = "")
 {
     parent::connector($connector_path);
 }
開發者ID:noble82,項目名稱:proyectos-ULS,代碼行數:4,代碼來源:youtube.class.php

示例8:

 function nasa_ads($connector_path = "")
 {
     parent::connector($connector_path);
 }
開發者ID:hogsim,項目名稱:PMB,代碼行數:4,代碼來源:nasa_ads.class.php

示例9:

 function google_book($connector_path = "")
 {
     parent::connector($connector_path);
 }
開發者ID:bouchra012,項目名稱:PMB,代碼行數:4,代碼來源:google_book.class.php

示例10: __construct

 public function __construct($connector_path = "")
 {
     parent::connector($connector_path);
 }
開發者ID:noble82,項目名稱:proyectos-ULS,代碼行數:4,代碼來源:zotero.class.php

示例11: toutapprendre

 function toutapprendre($connector_path = "")
 {
     parent::connector($connector_path);
     $this->set_default_enrichment_template();
 }
開發者ID:hogsim,項目名稱:PMB,代碼行數:5,代碼來源:toutapprendre.class.php

示例12: lastfm

 function lastfm($connector_path = "")
 {
     parent::connector($connector_path);
 }
開發者ID:bouchra012,項目名稱:PMB,代碼行數:4,代碼來源:lastfm.class.php

示例13: openurl

 function openurl($connector_path = "")
 {
     parent::connector($connector_path);
 }
開發者ID:noble82,項目名稱:proyectos-ULS,代碼行數:4,代碼來源:openurl.class.php

示例14: amazon

 function amazon($connector_path = "")
 {
     parent::connector($connector_path);
     $xml = file_get_contents($connector_path . "/profil.xml");
     $this->profile = _parser_text_no_function_($xml, "AWSCONFIG");
 }
開發者ID:noble82,項目名稱:proyectos-ULS,代碼行數:6,代碼來源:amazon.class.php

示例15: oecd

 function oecd($connector_path = "")
 {
     parent::connector($connector_path);
 }
開發者ID:bouchra012,項目名稱:PMB,代碼行數:4,代碼來源:oecd.class.php


注:本文中的connector::connector方法示例由純淨天空整理自Github/MSDocs等開源代碼及文檔管理平台,相關代碼片段篩選自各路編程大神貢獻的開源項目,源碼版權歸原作者所有,傳播和使用請參考對應項目的License;未經允許,請勿轉載。