Interface CoughObjectStaticInterface

Description

This interface must be implemented in the concrete/generated classes.

The CoughGenerator takes care of it, but if you write your own classes by hand make sure to implement CoughObjectStaticInterface.

  • author: Anthony Bush

Located in /cough/CoughObjectStaticInterface.class.php (line 12)


	
			
Method Summary
static void constructByFields ( $hash)
static void constructByKey ( $idOrHash)
static void constructBySql ( $sql)
static void getDb ()
static void getDbName ()
static void getLoadSql ()
static void getPkFieldNames ()
static void getTableName ()
Methods
static method constructByFields (line 19)
  • access: public
static void constructByFields ( $hash)
  • $hash
static method constructByKey (line 20)
  • access: public
static void constructByKey ( $idOrHash)
  • $idOrHash
static method constructBySql (line 21)
  • access: public
static void constructBySql ( $sql)
  • $sql
static method getDb (line 14)
  • access: public
static void getDb ()
static method getDbName (line 15)
  • access: public
static void getDbName ()
static method getLoadSql (line 18)
  • access: public
static void getLoadSql ()
static method getPkFieldNames (line 17)
  • access: public
static void getPkFieldNames ()
static method getTableName (line 16)
  • access: public
static void getTableName ()

Documentation generated on Tue, 23 Sep 2008 22:48:23 -0500 by phpDocumentor 1.4.0