芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/public_html/cepali/admin/tool/templatelibrary/db/services.php
. /** * Template library webservice definitions. * * * @package tool_templatelibrary * @copyright 2015 Damyon Wiese * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ $functions = array( 'tool_templatelibrary_list_templates' => array( 'classname' => 'tool_templatelibrary\external', 'methodname' => 'list_templates', 'classpath' => '', 'description' => 'List/search templates by component.', 'type' => 'read', 'capabilities'=> '', 'ajax' => true, 'loginrequired' => false, ), 'tool_templatelibrary_load_canonical_template' => array( 'classname' => 'tool_templatelibrary\external', 'methodname' => 'load_canonical_template', 'description' => 'Load a canonical template by name (not the theme overidden one).', 'type' => 'read', 'ajax' => true, 'loginrequired' => false, ), );