20 if (
$result instanceof
self ) {
21 $this->result =
$result->result;
29 return count( $this->result );
35 return is_array( $value ) ? (object)$value : $value;
41 return is_object( $row ) ? get_object_vars( $row ) : $row;
56 throw new RuntimeException( __METHOD__ .
' is unimplemented' );