FETCH_TYPE_ROW
FETCH_TYPE_ROW = 0
getField(\type $object, \type $field) : \type
Returns the value of a field of a given object. It'll try to use a getter first if defined. If not defined, we'll use the reflection API.
\type | $object | |
\type | $field |
if the getter is not defined