Overview

Packages

  • Kolab
  • None

Classes

  • Kolab_Api
  • Kolab_Application
  • Kolab_Block_Example
  • Kolab_Driver
  • Kolab_Driver_Sql
  • Kolab_Exception
  • Kolab_Factory_Driver
  • Kolab_Test
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Todo
 1: <?php
 2: /**
 3:  * Kolab external API.
 4:  *
 5:  * This file defines Kolab's external API interface. Other applications can
 6:  * interact with Kolab through this API.
 7:  *
 8:  * Copyright 2010-2017 Horde LLC (http://www.horde.org/)
 9:  *
10:  * See the enclosed file COPYING for license information (GPL). If you
11:  * did not receive this file, see http://www.horde.org/licenses/gpl.
12:  *
13:  * @package Kolab
14:  */
15: class Kolab_Api extends Horde_Registry_Api
16: {
17: }
18: 
API documentation generated by ApiGen