Your browser must have JavaScript enabled in order to view this page.
 >  >
 
Welcome Guest#213 Login/register    Go to Bottom
Go to Top

Source for file title_types.php

Documentation is available at title_types.php

  1. <?php
  2. /**
  3.  * Constants for the title types system
  4.  *
  5.  * DutchPIPE version 0.4; PHP version 5
  6.  *
  7.  * LICENSE: This source file is subject to version 1.0 of the DutchPIPE license.
  8.  * If you did not receive a copy of the DutchPIPE license, you can obtain one at
  9.  * http://dutchpipe.org/license/1_0.txt or by sending a note to
  10.  * license@dutchpipe.org, in which case you will be mailed a copy immediately.
  11.  *
  12.  * @package    DutchPIPE
  13.  * @subpackage dpuniverse_include
  14.  * @author     Lennert Stock <ls@dutchpipe.org>
  15.  * @copyright  2006, 2007 Lennert Stock
  16.  * @license    http://dutchpipe.org/license/1_0.txt  DutchPIPE License
  17.  * @version    Subversion: $Id: title_types.php 277 2007-08-19 18:15:10Z ls $
  18.  * @link       http://dutchpipe.org/manual/package/DutchPIPE
  19.  * @see        DpObject::setTitle(), DpObject::getTitle(),
  20.  *              DpObject::setTitleType(), DpObject::getTitleType()
  21.  */
  22.  
  23. /**
  24.  * The title is indefinite, "a beer"
  25.  *
  26.  * This is the default title type for objects.
  27.  *
  28.  * @see        DPUNIVERSE_TITLE_TYPE_DEFINITE, DPUNIVERSE_TITLE_TYPE_NAME,
  29.  *              DpObject::setTitle(), DpObject::getTitle(),
  30.  *              DpObject::setTitleType(), DpObject::getTitleType()
  31.  */
  32. define('DPUNIVERSE_TITLE_TYPE_INDEFINITE'1);
  33.  
  34. /**
  35.  * The title is definite, "the hulk"
  36.  *
  37.  * @see        DPUNIVERSE_TITLE_TYPE_INDEFINITE, DPUNIVERSE_TITLE_TYPE_NAME,
  38.  *              DpObject::setTitle(), DpObject::getTitle(),
  39.  *              DpObject::setTitleType(), DpObject::getTitleType()
  40.  */
  41. define('DPUNIVERSE_TITLE_TYPE_DEFINITE'2);
  42.  
  43. /**
  44.  * The title is a name, "Lennert"
  45.  *
  46.  * @see        DPUNIVERSE_TITLE_TYPE_INDEFINITE, DPUNIVERSE_TITLE_TYPE_DEFINITE,
  47.  *              DpObject::setTitle(), DpObject::getTitle(),
  48.  *              DpObject::setTitleType(), DpObject::getTitleType()
  49.  */
  50. define('DPUNIVERSE_TITLE_TYPE_NAME'3);
  51.  
  52. /**
  53.  * The title is plural, "sweets"
  54.  *
  55.  * Not used yet.
  56.  *
  57.  * @ignore
  58.  * @see        DPUNIVERSE_TITLE_TYPE_INDEFINITE, DPUNIVERSE_TITLE_TYPE_DEFINITE,
  59.  *              DPUNIVERSE_TITLE_TYPE_NAME, DpObject::setTitle(),
  60.  *              DpObject::getTitle(), DpObject::setTitleType(),
  61.  *              DpObject::getTitleType()
  62.  */
  63. define('DPUNIVERSE_TITLE_TYPE_PLURAL'4);
  64. ?>

Documentation generated on Mon, 03 Sep 2007 22:22:46 +0200 by phpDocumentor 1.3.0RC6

Click me!
Guest#213
 
 
 
  Go to Top
 
 
Input Field OptionsClose Input Field Go to Top
 
Legal Notices | Copyright © 2006, 2007 Lennert Stock. All rights reserved. Last update: Mon Sep 03 2007, 21:50 CET.