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

Source for file Text.php

Documentation is available at Text.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_Config
  18.  * @copyright   Copyright (c) 2009 Sven Strittmatter
  19.  */
  20.  
  21. /**
  22.  * @see MediaSearch_Config_Abstract
  23.  */
  24. require_once('MediaSearch/Config/Abstract.php');
  25.  
  26. /**
  27.  * A concrete implemetation for text config files. The file can contain
  28.  * any text string. The filename extensions need to be .txt.
  29.  *
  30.  * This is the simplest implementation of a concrete config. By default
  31.  * it loads the whole config file into parsed date. In most common cases
  32.  * you will add one or more parse option obbjects to achieve what you want
  33.  * from the ttextfile.
  34.  *
  35.  * @category   MediaSearch
  36.  * @package    MediaSearch_Config
  37.  * @copyright  Copyright (c) 2009 Sven Strittmatter
  38.  */
  39.     const TRACE_LELVEL = 13;
  40. }

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