Query\Drivers\Firebird\Result::fetchObject
Emulate PDOStatement::fetchObject, but only for the default use
Signature
public function fetchObject([string
$class_name = 'stdClass',
[array
$ctor_args = ]] )
Parameters
$class_name
— string$ctor_args
— array
Returns
- stdClass
Parent Implementation
Test Coverage
Information
- Coverage: 1/1 Lines (100%)
- Tests: 1
- Passed: 1 (100%)
Tests
- [ PASSED ] — FirebirdTest::testFetch