interface AssetProxyQueryResultInterface implements Countable, Iterator, ArrayAccess (View source)

Methods

getQuery()

Returns a clone of the query object

getFirst()

Returns the first asset proxy in the result set

array
toArray()

Returns an array with the asset proxies in the result set

Details

AssetProxyQueryInterface getQuery()

Returns a clone of the query object

AssetProxyInterface|null getFirst()

Returns the first asset proxy in the result set

Return Value

AssetProxyInterface|null

array toArray()

Returns an array with the asset proxies in the result set

Return Value

array