20 if (
$result instanceof
self ) {
21 $this->result =
$result->result;
28 return count( $this->result );
33 return is_array( $value ) ? (object)$value : $value;
38 return is_object( $row ) ? get_object_vars( $row ) : $row;
50 throw new RuntimeException( __METHOD__ .
' is unimplemented' );
57class_alias( FakeResultWrapper::class,
'FakeResultWrapper' );