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

Public Member Functions

 __construct (TableGatewayInterface $tableGateway=null)
 Constructor.
 

Protected Attributes

 $db = null
 

Constructor & Destructor Documentation

__construct ( TableGatewayInterface  $tableGateway = null)

Constructor.

Parameters
null | TableGatewayInterface$tableGateway

Member Data Documentation

$db = null
protected