\OSS\ModelLifecycleAction

Class LifecycleAction

Summary

Methods
Properties
Constants
__construct()
getAction()
setAction()
getTimeSpec()
setTimeSpec()
getTimeValue()
setTimeValue()
appendToXml()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$action
$timeSpec
$timeValue
N/A

Properties

$action

$action

$timeSpec

$timeSpec

$timeValue

$timeValue

Methods

__construct()

__construct(string  $action, string  $timeSpec, string  $timeValue) : mixed

LifecycleAction constructor.

Parameters

string $action
string $timeSpec
string $timeValue

Returns

mixed —

getAction()

getAction() : \OSS\Model\LifecycleAction

Returns

\OSS\Model\LifecycleAction —

setAction()

setAction(string  $action) : mixed

Parameters

string $action

Returns

mixed —

getTimeSpec()

getTimeSpec() : string

Returns

string —

setTimeSpec()

setTimeSpec(string  $timeSpec) : mixed

Parameters

string $timeSpec

Returns

mixed —

getTimeValue()

getTimeValue() : string

Returns

string —

setTimeValue()

setTimeValue(string  $timeValue) : mixed

Parameters

string $timeValue

Returns

mixed —

appendToXml()

appendToXml(\SimpleXMLElement  $xmlRule) : mixed

Use appendToXml to insert actions into xml.

Parameters

\SimpleXMLElement $xmlRule

Returns

mixed —