ZendDbSchema
Schema management for Zend Framework
 All Classes Namespaces Functions Pages
ZendDbSchema_Validate_Db_Schema_Table_MysqlTable Class Reference
Inheritance diagram for ZendDbSchema_Validate_Db_Schema_Table_MysqlTable:
Collaboration diagram for ZendDbSchema_Validate_Db_Schema_Table_MysqlTable:

List of all members.

Public Member Functions

 __construct ()
- Public Member Functions inherited from ZendDbSchema_Validate_Db_Schema_AbstractTable
 addIndexValidator (Zend_Validate_Interface $validator, $breakChainOnFailure=false)
 addForeignKeyValidator (Zend_Validate_Interface $validator, $breakChainOnFailure=false)
 addColumnValidator (Zend_Validate_Interface $validator, $breakChainOnFailure=false)
 isValid ($value)
- Public Member Functions inherited from ZendDbSchema_Validate_Db_Schema_Chain
 addValidator (Zend_Validate_Interface $validator, $breakChainOnFailure=false)
 getMessages ()
 getErrors ()

Additional Inherited Members

- Protected Attributes inherited from ZendDbSchema_Validate_Db_Schema_AbstractTable
 $_columnValidators = array()
 $_indexValidators = array()
 $_foreignKeyValidators = array()
- Protected Attributes inherited from ZendDbSchema_Validate_Db_Schema_Chain
 $_validators = array()
 $_messages = array()
 $_errors = array()

Detailed Description

Definition at line 29 of file MysqlTable.php.


Constructor & Destructor Documentation

ZendDbSchema_Validate_Db_Schema_Table_MysqlTable::__construct ( )

Constructor

Definition at line 35 of file MysqlTable.php.

Here is the call graph for this function:


The documentation for this class was generated from the following file: