@@ -79,6 +79,9 @@ |
||
79 | 79 | } |
80 | 80 | } |
81 | 81 | |
82 | + /** |
|
83 | + * @param string $key |
|
84 | + */ |
|
82 | 85 | protected function getIfSetDateFmt($key, $fmt, stdClass $data=null){ |
83 | 86 | $val = $this->getIfSet($key, $data); |
84 | 87 | if (!empty($val)) { |