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

Class: DConfigurationVersionCommon

Source Location: /DataBase/Shells/DataTypeAnalytics/DConfigurationVersionCommon.php

Class Overview

DObject
   |
   --DConfigurationVersionCommon

Base class for handling datatypes


Author(s):

Variables

Methods


Child classes:

DConfigurationVersion_1_0
Datatype version 1.0
DConfigurationVersion_2_0
Datatype version 2.0

Inherited Constants

Inherited Variables

Inherited Methods

Class: DObject

DObject::__construct()
Constructor
DObject::debug()
Debig
DObject::getClassMembers()
Gets member variables of the instance
DObject::getClassMemberType()
Gets class member type
DObject::getClassMethods()
Gets classes of the class
DObject::getClassName()
Gets class name
DObject::PHPSerialize()
Gets serialized string of the class
DObject::trace()
Trace
DObject::__destruct()
Descructor
DObject::__toString()
Returns String equivalent of the object.

Class Details

[line 15]
Base class for handling datatypes



Tags:

abstract:  


[ Top ]


Class Variables

$availableTypes = array()

[line 22]

Available datatypes



Tags:

access:  public

Type:   array


[ Top ]



Class Methods


constructor DConfigurationVersionCommon [line 29]

DConfigurationVersionCommon DConfigurationVersionCommon( )

Class constructor



Tags:

access:  public


[ Top ]

method checkType [line 50]

boolean checkType( string $fieldType, string $fieldValue)

Type check



Tags:

abstract:  
access:  public


Overridden in child classes as:

DConfigurationVersion_1_0::checkType()
Type check
DConfigurationVersion_2_0::checkType()
Type check

Parameters:

string   $fieldType  
string   $fieldValue  

[ Top ]

method init [line 40]

void init( unlimited 0)

Inits and passes additional parameters if needed



Tags:

abstract:  
access:  public


Overridden in child classes as:

DConfigurationVersion_1_0::init()
Init method
DConfigurationVersion_2_0::init()
Init

Parameters:

unlimited   0  

[ Top ]

method isDateTime [line 97]

boolean isDateTime( string $fieldType)

Checks if type is datetime



Tags:

abstract:  
access:  public


Overridden in child classes as:

DConfigurationVersion_1_0::isDateTime()
Checks if type is datetime
DConfigurationVersion_2_0::isDateTime()
Checks if type is datetime

Parameters:

string   $fieldType  

[ Top ]

method isEmail [line 106]

boolean isEmail( string $fieldType)

Checks if type is email



Tags:

abstract:  
access:  public


Overridden in child classes as:

DConfigurationVersion_1_0::isEmail()
Checks if type is email
DConfigurationVersion_2_0::isEmail()
Checks if type is email

Parameters:

string   $fieldType  

[ Top ]

method isFloat [line 88]

boolean isFloat( string $fieldType)

Checks if type is float



Tags:

abstract:  
access:  public


Overridden in child classes as:

DConfigurationVersion_1_0::isFloat()
Checks if type is float
DConfigurationVersion_2_0::isFloat()
Checks if type is float

Parameters:

string   $fieldType  

[ Top ]

method isInt [line 79]

boolean isInt( string $fieldType)

Checks if type is int



Tags:

abstract:  
access:  public


Overridden in child classes as:

DConfigurationVersion_1_0::isInt()
Checks if type is int
DConfigurationVersion_2_0::isInt()
Checks if type is int

Parameters:

string   $fieldType  

[ Top ]

method isNULLable [line 70]

boolean isNULLable( string $fieldType, string $fieldKey)

Checks if the type is nullable



Tags:

abstract:  
access:  public


Overridden in child classes as:

DConfigurationVersion_1_0::isNULLable()
Checks if the type is nullable
DConfigurationVersion_2_0::isNULLable()
Checks if the type is nullable

Parameters:

string   $fieldType  
string   $fieldKey  

[ Top ]

method isQuotable [line 60]

boolean isQuotable( string $fieldType, [string $fieldKey = null])

Checks if the type is quotable



Tags:

abstract:  
access:  public


Overridden in child classes as:

DConfigurationVersion_1_0::isQuotable()
Checks if the type is quotable
DConfigurationVersion_2_0::isQuotable()
Checks if the type is quotable

Parameters:

string   $fieldType  
string   $fieldKey  

[ Top ]

method isRegularColumn [line 124]

boolean isRegularColumn( string $fieldType)

Checks if type is included in select as regular column name



Tags:

abstract:  
access:  public


Overridden in child classes as:

DConfigurationVersion_1_0::isRegularColumn()
(non-PHPdoc)
DConfigurationVersion_2_0::isRegularColumn()
(non-PHPdoc)

Parameters:

string   $fieldType  

[ Top ]

method isText [line 115]

boolean isText( string $fieldType)

Checks if type is text



Tags:

abstract:  
access:  public


Overridden in child classes as:

DConfigurationVersion_1_0::isText()
(non-PHPdoc)
DConfigurationVersion_2_0::isText()
(non-PHPdoc)

Parameters:

string   $fieldType  

[ Top ]

method _checkTypeExists [line 132]

boolean _checkTypeExists( string $fieldType)

Checks if the type exists in the current version



Tags:

access:  protected


Parameters:

string   $fieldType  

[ Top ]


Documentation generated on Sat, 17 Apr 2010 22:03:03 +0300 by phpDocumentor 1.4.3