1569. Class

1569.1. Zend\Db\ResultSet\ResultSet

1569.1.1. Methods

1569.1.1.1. __construct

__construct()

Constructor

Parameters:
  • string
  • null|ArrayObject

1569.1.1.2. setArrayObjectPrototype

setArrayObjectPrototype()

Set the row object prototype

Parameters:ArrayObject
Throws ExceptionInvalidArgumentException:
 
Return type:ResultSet

1569.1.1.3. getArrayObjectPrototype

getArrayObjectPrototype()

Get the row object prototype

Return type:ArrayObject

1569.1.1.4. getReturnType

getReturnType()

Get the return type to use when returning objects from the set

Return type:string

1569.1.1.5. current

current()

@return array|ArrayObject|null

1569.1.2. Constants

1569.1.2.1. TYPE_ARRAYOBJECT

1569.1.2.2. TYPE_ARRAY