Xataface 2.0
Xataface Application Framework
Public Member Functions | Static Public Member Functions | Data Fields
Dataface_RelationshipTool Class Reference

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

Detailed Description

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.


Member Function Documentation

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.


Field Documentation

$_parser

Definition at line 36 of file RelationshipTool.php.

$_table

Definition at line 35 of file RelationshipTool.php.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations