mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-13 17:38:19 +01:00
Document set & old properties
This commit is contained in:
parent
c5ea38f551
commit
aee79a4d1b
@ -50,6 +50,8 @@ use EGroupware\Api\Acl;
|
|||||||
* @property-read string $rrule rrule for periodic execution
|
* @property-read string $rrule rrule for periodic execution
|
||||||
* @property int $rrule_start optional start timestamp for rrule, default $created time
|
* @property int $rrule_start optional start timestamp for rrule, default $created time
|
||||||
* @property string async_job_id optional name of async job for periodic-run, default "admin-cmd-$id"
|
* @property string async_job_id optional name of async job for periodic-run, default "admin-cmd-$id"
|
||||||
|
* @property array set optional New values set by the command
|
||||||
|
* @property array old optional Previous values before the command was run
|
||||||
*/
|
*/
|
||||||
abstract class admin_cmd
|
abstract class admin_cmd
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user