root/framework/trunk/src/main/php/net/stubbles/websites/stubWebApplication.php @ 2510

Revision 2510, 382 bytes (checked in by mikey, 6 months ago)

implemented enhancement #239 web application runner (initial draft)

  • Property svn:keywords set to Id
Line 
1<?php
2/**
3 * Basic interface of a web application.
4 *
5 * @package     stubbles
6 * @subpackage  websites
7 * @version     $Id$
8 */
9/**
10 * Basic interface of a web application.
11 *
12 * @package     stubbles
13 * @subpackage  websites
14 * @since       1.2.0
15 */
16interface stubWebApplication extends stubObject
17{
18    /**
19     * runs the web application
20     */
21    public function run();
22}
23?>
Note: See TracBrowser for help on using the browser.