![]() |
Xataface 2.0
Xataface Application Framework
|
Public Member Functions | |
| Dataface_RelationshipTool ($tablename) | |
| isRemoveable ($relationship_name) | |
| isLinkable ($relationship_name) | |
| isUnlinkable ($relationship_name) | |
| isAddable ($relationship_name) | |
Static Public Member Functions | |
| static | getInstance ($tablename) |
Data Fields | |
| $_table | |
| $_parser | |
File: Dataface/RelationshipTool.php Author: Steve Hannah <shannah@sfu.ca> Created: October 21, 2005 Description: ------------ Utility methods to manage relationships. In particular, writing relationships.
Definition at line 32 of file RelationshipTool.php.
| Dataface_RelationshipTool | ( | $ | tablename | ) |
Definition at line 38 of file RelationshipTool.php.
| static getInstance | ( | $ | tablename | ) | [static] |
Definition at line 44 of file RelationshipTool.php.
| isAddable | ( | $ | relationship_name | ) |
Definition at line 58 of file RelationshipTool.php.
| isLinkable | ( | $ | relationship_name | ) |
Definition at line 55 of file RelationshipTool.php.
| isRemoveable | ( | $ | relationship_name | ) |
Definition at line 54 of file RelationshipTool.php.
| isUnlinkable | ( | $ | relationship_name | ) |
Definition at line 56 of file RelationshipTool.php.
| $_parser |
Definition at line 36 of file RelationshipTool.php.
| $_table |
Definition at line 35 of file RelationshipTool.php.
1.7.4