phpDocumentor phpDocumentor
ParserElements
[ class tree: phpDocumentor ] [ index: phpDocumentor ] [ all elements ]

Class: parserDefine

Source Location: /phpDocumentor/ParserElements.inc

Class parserDefine

Class Overview

Located in /phpDocumentor/ParserElements.inc [line 1983]

parserBase
   |
   --parserElement
      |
      --parserDefine
Author(s): Information Tags:
Version:  $Id: ParserElements.inc 289555 2009-10-12 03:52:03Z ashnazg $
Copyright:  2002-2008 Gregory Beaver
Since:  1.0rc1

Properties

Methods

[ Top ]
Property Summary
string   $type   Type is used by many functions to skip the hassle of if phpDocumentor_get_class($blah) == 'parserBlah'

[ Top ]
Method Summary
mixed   getConflicts()   Returns all defines in other packages that have the same name as this define
mixed   getLink()   quick way to link to this element

[ Top ]
Properties
string   $type = 'define' [line 1989]

Type is used by many functions to skip the hassle of if phpDocumentor_get_class($blah) == 'parserBlah'


Redefinition of:
parserBase::$type
Type is used by many functions to skip the hassle of if

[ Top ]
Methods
getConflicts  [line 2011]

  mixed getConflicts( Converter &$c  )

Returns all defines in other packages that have the same name as this define

Parameters:
Converter   &$c: 

API Tags:
Return:  false or an array Format: (package => parserDefine of conflicting defines)
Usedby:  Converter::getFormattedConflicts()


[ Top ]
getLink  [line 1997]

  mixed getLink( Converter $c, [string $text = false], [ $returnobj = false]  )

quick way to link to this element

Parameters:
Converter   $c: 
string   $text:  text to display for the link or false for default text
   $returnobj: 

API Tags:
Return:  converter-specific link to this define


[ Top ]

Documentation generated on Tue, 06 Dec 2011 07:20:45 -0600 by phpDocumentor 1.4.4