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

Source for file Factory.php

Documentation is available at Factory.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 any factory class used
  23.  * in MediaSearch. A Factory is a class which constructs some objects
  24.  * for you. This interface unifies factories.
  25.  *
  26.  * @category   MediaSearch
  27.  * @package    MediaSearch_Interface
  28.  * @copyright  Copyright (c) 2009 Sven Strittmatter
  29.  */
  30.     /**
  31.      * Each faytory need to implement this method as main entry
  32.      * point. This method should create in some way that object(s)
  33.      * you want from the factory.
  34.      *
  35.      * @access public
  36.      * @return mixed 
  37.      */
  38.     public function construct();
  39. }

Documentation generated on Mon, 17 Aug 2009 14:52:24 +0200 by phpDocumentor 1.4.2