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

Source for file Interface.php

Documentation is available at Interface.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_Filter_KeyWords
  18.  * @copyright   Copyright (c) 2009 Sven Strittmatter
  19.  */
  20.  
  21. /**
  22.  * @see MediaSearch_Filter_Interface
  23.  */
  24. require_once('MediaSearch/Filter/Interface.php');
  25.  
  26. /**
  27.  * This interface speciefiey what data a keyword filter can handle and process.
  28.  *
  29.  * @category   MediaSearch
  30.  * @package    MediaSearch_Filter_KeyWords
  31.  * @copyright  Copyright (c) 2009 Sven Strittmatter
  32.  */
  33.     /**
  34.      * A keyword filter obejct can handle an array with keyword strings.
  35.      *
  36.      * @access public
  37.      * @param SplFileInfo $fileInfo 
  38.      */
  39.     public function process(array $input);
  40. }

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