public StatementInterface::fetchObject()
Fetches the next row and returns it as an object.
The object will be of the class specified by StatementInterface::setFetchMode() or stdClass if not specified.
File
- core/lib/Drupal/Core/Database/StatementInterface.php, line 131
Class
- StatementInterface
- Represents a prepared statement.
Namespace
Drupal\Core\Database
Code
public function fetchObject();
Please login to continue.