1: <?php
2: /**
3: * Skeleton external API.
4: *
5: * This file defines Skeleton's external API interface. Other applications can
6: * interact with Skeleton through this API.
7: *
8: * Copyright 2010-2012 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 Skeleton
14: */
15: class Skeleton_Api extends Horde_Registry_Api
16: {
17: }
18: