ForwardCompatibleQueryResultInterface extends QueryResultInterface
Helper interface for v11 DI to see if a QueryResult can be autowired, or if a fallback to ObjectManager needs to be done.
since v11, will be merged into QueryResultInterface in v12.
Table of Contents
Methods
- getFirst() : object|null
- Returns the first object in the result set
- getQuery() : QueryInterface
- Returns a clone of the query object
- setQuery() : void
- toArray() : array<string|int, mixed>
- Returns an array with the objects in the result set
Methods
getFirst()
Returns the first object in the result set
public
getFirst() : object|null
Return values
object|nullgetQuery()
Returns a clone of the query object
public
getQuery() : QueryInterface
Return values
QueryInterfacesetQuery()
public
setQuery(QueryInterface $query) : void
Parameters
- $query : QueryInterface
toArray()
Returns an array with the objects in the result set
public
toArray() : array<string|int, mixed>