Class: ConfigurationEntry

Source Location: /CORE/system/classes/configuration/ConfigurationEntry.php

Class ConfigurationEntry

Class Overview

This class represents one Configuration Entry.

Located in /CORE/system/classes/configuration/ConfigurationEntry.php [line 122]



		
				Author(s):
		
  • Kevin Papst
Information Tags:
Version:  $Id: ConfigurationEntry.php,v 1.15 2008/06/08 11:19:45 kpapst Exp $
Copyright:  Copyright (C) 2002-2006 Kevin Papst
License:  GNU Public License

Methods

[ Top ]
Method Summary
ConfigurationEntry   ConfigurationEntry()  
void   getConsumerID()  
void   getName()  
void   getPackage()  
void   getType()  
void   getValue()  

[ Top ]
Methods
Constructor ConfigurationEntry  [line 129]

  ConfigurationEntry ConfigurationEntry( $entryArray  )

Parameters:
   $entryArray: 


[ Top ]
getConsumerID  [line 150]

  void getConsumerID( )



[ Top ]
getName  [line 142]

  void getName( )



[ Top ]
getPackage  [line 134]

  void getPackage( )



[ Top ]
getType  [line 138]

  void getType( )



[ Top ]
getValue  [line 146]

  void getValue( )



[ Top ]