RecyclebinSettings
Table of Contents
Constants
-
REMOVE_DAYS_30
= 30
-
REMOVE_DAYS_60
= 60
-
REMOVE_DAYS_90
= 90
-
REMOVE_DAYS_NEVER
= -1
Methods
-
__construct()
: mixed
-
getCurrent()
: RecyclebinSettings
-
getTtl()
: int
-
getTtlValues()
: array<string|int, mixed>
-
setTtl()
: void
REMOVE_DAYS_30
public
mixed
REMOVE_DAYS_30
= 30
REMOVE_DAYS_60
public
mixed
REMOVE_DAYS_60
= 60
REMOVE_DAYS_90
public
mixed
REMOVE_DAYS_90
= 90
REMOVE_DAYS_NEVER
public
mixed
REMOVE_DAYS_NEVER
= -1
__construct()
public
__construct() : mixed
getCurrent()
public
static getCurrent() : RecyclebinSettings
getTtl()
public
getTtl() : int
getTtlValues()
public
static getTtlValues() : array<string|int, mixed>
Return values
array<string|int, mixed>
setTtl()
public
setTtl(int $ttl) : void
Parameters
-
$ttl
: int
-