ModifyResultAfterFetchingObjectDataEvent¶
Event which is fired after the storage backend has pulled results from a given query.
API¶
-
class
TYPO3\CMS\Extbase\Event\Persistence\
ModifyResultAfterFetchingObjectDataEvent
¶ Event which is fired after the storage backend has pulled results from a given query.
-
getQuery
()¶ Return type: TYPO3CMSExtbasePersistenceQueryInterface
-
getResult
()¶ Return type: array
-
setResult
(array result)¶ Parameters: - $result (array) – the result
-