Console_Application
[ class tree: Console_Application ] [ index: Console_Application ] [ all elements ]

Source for file Interface.php

Documentation is available at Interface.php

  1. <?php
  2. /**
  3.  * Console Library
  4.  *
  5.  * LICENSE
  6.  *
  7.  * "THE BEER-WARE LICENSE" (Revision 42):
  8.  * "Sven Strittmatter" <ausserirdisch@sven-space.de> wrote this file.
  9.  * As long as you retain this notice you can do whatever you want with
  10.  * this stuff. If we meet some day, and you think this stuff is worth it,
  11.  * you can buy me a beer in return.
  12.  *
  13.  * $Author: sxs $
  14.  * $Revision: 161 $
  15.  * 
  16.  * @category    Console
  17.  * @package     Console_Application
  18.  * @copyright   Copyright (c) 2009 Sven Strittmatter
  19.  */
  20.  
  21. /**
  22.  * Interface for console application objects.
  23.  *
  24.  * @category   Console
  25.  * @package    Console_Application
  26.  * @copyright  Copyright (c) 2009 Sven Strittmatter
  27.  */
  28.     /**
  29.      * Executes the application object
  30.      *
  31.      * @access public
  32.      */
  33.     public function execute();
  34.     /**
  35.      * Returns whether the application object is executed or nit.
  36.      *
  37.      * @access public
  38.      * @return boolean 
  39.      */
  40.     public function isExecuted();
  41. }

Documentation generated on Mon, 17 Aug 2009 15:52:41 +0200 by phpDocumentor 1.4.2