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

Source for file Command.php

Documentation is available at Command.php

  1. <?php
  2. /**
  3.  * MediaSearch
  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$
  14.  * $Revision$
  15.  *
  16.  * @category    MediaSearch
  17.  * @package     MediaSearch_Interface
  18.  * @copyright   Copyright (c) 2009 Sven Strittmatter
  19.  */
  20.  
  21. /**
  22.  * This interface describes the methods for executable command objects.
  23.  * See the command pattern by GoF for more information.
  24.  *
  25.  * @category   MediaSearch
  26.  * @package    MediaSearch_Interface
  27.  * @copyright  Copyright (c) 2009 Sven Strittmatter
  28.  */
  29.     /**
  30.      * Executes the object.
  31.      * @access public
  32.      */
  33.     public function execute();
  34. }

Documentation generated on Mon, 17 Aug 2009 14:51:50 +0200 by phpDocumentor 1.4.2