Class: Doctrine_Schema
Source Location: /Doctrine/Schema.phpClass Doctrine_Schema
Class Overview
Implements interfaces:
Located in /Doctrine/Schema.php [line 39] Doctrine_Object | --Doctrine_Access | --Doctrine_Schema_Object | --Doctrine_SchemaAuthor(s):
|
[ Top ]
Inherited Properties, Constants, and Methods
Inherited Properties | Inherited Methods | Inherited Constants |
---|---|---|
Inherited From Doctrine_Schema_Object Inherited From Doctrine_Object |
Inherited From Doctrine_Schema_Object Inherited From Doctrine_Access
Inherited From Doctrine_Object
|
[ Top ]
Method Summary
void | addDatabase() | |
array | getDatabases() | Return the childs for this schema |
bool | isValid() | |
void | __toString() |
[ Top ]
Properties
Methods
addDatabase [line 52]
|
Doctrine_Schema_Database | $database: | database * @return |
API Tags:
Access: | public |
[ Top ]
getDatabases [line 63]
|
Return the childs for this schema
API Tags:
Return: | of Doctrine_Schema_Database |
Access: | public |
[ Top ]