コード例 #1
1
ファイル: install.php プロジェクト: omaoibrahim/chamilo-lms
<?php

/* For licensing terms, see /license.txt */
/**
 * Initialization install
 * @author Imanol Losada Oriol <*****@*****.**>
 * @package chamilo.plugin.skype
 */
require_once __DIR__ . '/config.php';
Skype::create()->install();
コード例 #2
0
ファイル: uninstall.php プロジェクト: omaoibrahim/chamilo-lms
<?php

/* For licensing terms, see /license.txt */
/**
 * Initialization uninstall
 * @author Imanol Losada Oriol <*****@*****.**>
 * @package chamilo.plugin.skype
 */
require_once __DIR__ . '/config.php';
Skype::create()->uninstall();
コード例 #3
0
ファイル: plugin.php プロジェクト: omaoibrahim/chamilo-lms
<?php

/* For licensing terms, see /license.txt */
/**
 * Get the plugin info
 * @author Imanol Losada Oriol <*****@*****.**>
 * @package chamilo.plugin.skype
 */
require_once __DIR__ . '/config.php';
$plugin_info = Skype::create()->get_info();