Class CFW_Data_TableProperty

Description

Implements interfaces:

table usersに対応するフィールドプロパティ

Located in /Data/TableProperty.php (line 8)


	
			
Variable Summary
string $alias
String $entityClass
String $schema
string $tableName
Array $_fields
Method Summary
CFW_Data_TableProperty __construct ()
void getAlias ()
void getEntityClass ()
void getFields ()
void getName ()
void getPrimaryKeys ()
void getUpdateFields ()
void setAlias ( $value)
void setDoUpdate ([ $doUpdate = true])
void setName ( $value)
Variables
string $alias (line 21)
String $createdAtField = "created_at" (line 42)
String $entityClass (line 25)
String $identityField = "" (line 38)
String $modifiedAtField = "modified_at" (line 46)
String $schema (line 13)
string $tableName (line 17)
Array $_fields (line 30)
Array $_primaryKeys (line 34)
Methods
Constructor __construct (line 51)

default construct

  • access: public
CFW_Data_TableProperty __construct ()
getAlias (line 97)
  • access: public
void getAlias ()
getCreatedAtField (line 126)
  • access: public
void getCreatedAtField ()
getEntityClass (line 114)
  • access: public
void getEntityClass ()
getFields (line 60)

全てのフィールドを列挙

  • access: public
void getFields ()
getIdentityField (line 120)
  • access: public
void getIdentityField ()
getModifiedAtField (line 132)
  • access: public
void getModifiedAtField ()
getName (line 85)
  • access: public
void getName ()
getPrimaryKeys (line 70)

全ての主キーを列挙

  • access: public
void getPrimaryKeys ()
getUpdateFields (line 76)
  • access: public
void getUpdateFields ()
setAlias (line 103)
  • access: public
void setAlias ( $value)
  • $value
setDoUpdate (line 109)
  • access: public
void setDoUpdate ([ $doUpdate = true])
  • $doUpdate
setName (line 91)
  • access: public
void setName ( $value)
  • $value

Documentation generated on Fri, 25 Dec 2009 22:46:20 +0900 by phpDocumentor 1.4.3