Document set & old properties

This commit is contained in:
nathangray 2019-05-09 15:31:57 -06:00
parent c5ea38f551
commit aee79a4d1b

View File

@ -50,6 +50,8 @@ use EGroupware\Api\Acl;
* @property-read string $rrule rrule for periodic execution
* @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 array set optional New values set by the command
* @property array old optional Previous values before the command was run
*/
abstract class admin_cmd
{