mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-04 02:36:49 +07:00
20 lines
215 B
ReStructuredText
20 lines
215 B
ReStructuredText
TimeFactory
|
|
===========
|
|
|
|
|
|
Needed to mock calls to time()
|
|
|
|
|
|
.. php:namespace:: OCA\AppFramework\Utility
|
|
.. php:class:: TimeFactory
|
|
|
|
|
|
|
|
|
|
.. php:method:: getTime()
|
|
|
|
:returns int: the result of a call to time()
|
|
|
|
|
|
|