ExpiryCommandAttributeTrait
Trait ExpiryCommandAttributeTrait
Trait for managing expiry command attribute.
Table of Contents
Properties
- $expiry : string
Methods
- getExpiry() : string
- Get the expiry attribute.
- setExpiry() : void
- Set the expiry attribute.
Properties
$expiry
private
string
$expiry
The expiry attribute.
Methods
getExpiry()
Get the expiry attribute.
public
getExpiry() : string
Return values
string —The expiry attribute.
setExpiry()
Set the expiry attribute.
public
setExpiry(string $expiry) : void
Parameters
- $expiry : string
-
The expiry attribute to set.