Add method docblock

This commit is contained in:
Victor Dubiniuk 2015-09-11 18:17:24 +03:00
parent f46b434a12
commit c3dc5b0317
1 changed files with 4 additions and 0 deletions

View File

@ -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])) {