Zend Framework  3.0
Public Member Functions | Protected Attributes | List of all members
AbstractFeature Class Reference

Public Member Functions

 getName ()
 
 setTableGateway (AbstractTableGateway $tableGateway)
 
 initialize ()
 
 getMagicMethodSpecifications ()
 
- Public Member Functions inherited from AbstractTableGateway
 isInitialized ()
 
 initialize ()
 Initialize.
 
 getTable ()
 Get table name.
 
 getAdapter ()
 Get adapter.
 
 getColumns ()
 
 getFeatureSet ()
 
 getResultSetPrototype ()
 Get select result prototype.
 
 getSql ()
 
 select ($where=null)
 Select.
 
 selectWith (Select $select)
 
 insert ($set)
 Insert.
 
 insertWith (Insert $insert)
 
 update ($set, $where=null, array $joins=null)
 Update.
 
 updateWith (Update $update)
 
 delete ($where)
 Delete.
 
 deleteWith (Delete $delete)
 
 getLastInsertValue ()
 Get last insert value.
 
 __get ($property)
 __get
 
 __set ($property, $value)
 
 __call ($method, $arguments)
 
 __clone ()
 __clone
 
- Public Member Functions inherited from TableGatewayInterface
 update ($set, $where=null)
 

Protected Attributes

 $tableGateway = null
 
 $sharedData = []
 
- Protected Attributes inherited from AbstractTableGateway
 $isInitialized = false
 
 $adapter = null
 
 $table = null
 
 $columns = []
 
 $featureSet = null
 
 $resultSetPrototype = null
 
 $sql = null
 
 $lastInsertValue = null
 

Additional Inherited Members

- Protected Member Functions inherited from AbstractTableGateway
 executeSelect (Select $select)
 
 executeInsert (Insert $insert)
 
 executeUpdate (Update $update)
 
 executeDelete (Delete $delete)
 

Member Function Documentation

getMagicMethodSpecifications ( )
getName ( )
initialize ( )
setTableGateway ( AbstractTableGateway  $tableGateway)

Member Data Documentation

$sharedData = []
protected
$tableGateway = null
protected