propel-map
[ class tree: propel-map ] [ index: propel-map ] [ all elements ]

Class: ValidatorMap

Source Location: /map/ValidatorMap.php

Class Overview


ValidatorMap is used to model a column validator.


Author(s):

Version:

  • $Revision: 521 $

Methods



Class Details

[line 42]
ValidatorMap is used to model a column validator.

GENERAL NOTE ------------ The propel.map classes are abstract building-block classes for modeling the database at runtime. These classes are similar (a lite version) to the propel.engine.database.model classes, which are build-time modeling classes. These classes in themselves do not do any database metadata lookups, but instead are used by the MapBuilder classes that were generated for your datamodel. The MapBuilder that was created for your datamodel build a representation of your database by creating instances of the DatabaseMap, TableMap, ColumnMap, etc. classes. See propel/templates/om/php5/MapBuilder.tpl and the classes generated by that template for your datamodel to further understand how these are put together.




Tags:

author:  Michael Aichler <aichler@mediacluster.de>
version:  $Revision: 521 $


[ Top ]


Class Methods


constructor __construct [line 55]

ValidatorMap __construct( $containingColumn)



Tags:

access:  public


Parameters:

   $containingColumn  

[ Top ]

method getClass [line 95]

void getClass( )



Tags:

access:  public


[ Top ]

method getColumn [line 60]

void getColumn( )



Tags:

access:  public


[ Top ]

method getColumnName [line 65]

void getColumnName( )



Tags:

access:  public


[ Top ]

method getMessage [line 105]

void getMessage( )



Tags:

access:  public


[ Top ]

method getName [line 90]

void getName( )



Tags:

access:  public


[ Top ]

method getValue [line 100]

void getValue( )



Tags:

access:  public


[ Top ]

method setClass [line 75]

void setClass( $classname)



Tags:

access:  public


Parameters:

   $classname  

[ Top ]

method setMessage [line 85]

void setMessage( $message)



Tags:

access:  public


Parameters:

   $message  

[ Top ]

method setName [line 70]

void setName( $name)



Tags:

access:  public


Parameters:

   $name  

[ Top ]

method setValue [line 80]

void setValue( $value)



Tags:

access:  public


Parameters:

   $value  

[ Top ]


Documentation generated on Thu, 22 Nov 2007 03:33:57 +0000 by phpDocumentor 1.4.0