Add method docblock
This commit is contained in:
parent
f46b434a12
commit
c3dc5b0317
|
@ -112,6 +112,10 @@ class Expiration {
|
|||
return $isOlderThanMax || $isMinReached;
|
||||
}
|
||||
|
||||
/**
|
||||
* Read versions_retention_obligation, validate it
|
||||
* and set private members accordingly
|
||||
*/
|
||||
private function parseRetentionObligation(){
|
||||
$splitValues = explode(',', $this->retentionObligation);
|
||||
if (!isset($splitValues[0])) {
|
||||
|
|
Loading…
Reference in New Issue