Пример #1
1
<?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
<?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
<?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();