Class Xyster_Db_Gateway_Builder

Description

An abstract builder

  • copyright: Copyright (c) 2007-2008 Irrational Logic (http://irrationallogic.net)
  • abstract:
  • license: New BSD License

Located in /Db/Gateway/Builder.php (line 24)


	
			
Direct descendents
Class Description
Xyster_Db_Gateway_IndexBuilder A builder for indexes
Xyster_Db_Gateway_TableBuilder A builder for table creation values
Method Summary
Xyster_Db_Gateway_Builder __construct (Xyster_Db_Gateway_Abstract $gateway, string $name, [string $schema = null])
void execute ()
string getName ()
string getSchema ()
Methods
Constructor __construct (line 48)

Creates a new builder

  • access: public
Xyster_Db_Gateway_Builder __construct (Xyster_Db_Gateway_Abstract $gateway, string $name, [string $schema = null])
execute (line 89)

Executes the builder

  • abstract:
  • access: public
void execute ()

Redefined in descendants as:
getName (line 60)

Gets the name of the object

  • access: public
string getName ()
getSchema (line 70)

Gets the schema of the object

  • access: public
string getSchema ()
_getGateway (line 80)

Gets the gateway

  • access: protected

Documentation generated on Mon, 19 May 2008 17:08:15 -0400 by phpDocumentor 1.4.2