small changes

This commit is contained in:
DavidBadura
2015-02-08 15:40:37 +00:00
parent 6d13ee7d3a
commit 85132b8189
3 changed files with 10 additions and 3 deletions

View File

@@ -39,6 +39,14 @@ class Recurring
}
}
/**
* @return string
*/
public function getValue()
{
return $this->recurring;
}
/**
* @return string
*/