@@ -76,6 +76,11 @@ discard block |
||
76 | 76 | return isset($this->_changelog[$key]) ? $this->_changelog[$key] : null; |
77 | 77 | } |
78 | 78 | |
79 | + /** |
|
80 | + * @param string $key |
|
81 | + * |
|
82 | + * @return string |
|
83 | + */ |
|
79 | 84 | public function getDest($dest = null, $key = null) |
80 | 85 | { |
81 | 86 | if ($dest === 'changelog') { |
@@ -123,6 +128,12 @@ discard block |
||
123 | 128 | return $this->_options; |
124 | 129 | } |
125 | 130 | |
131 | + /** |
|
132 | + * @param string $key |
|
133 | + * @param string $dest |
|
134 | + * |
|
135 | + * @return callable |
|
136 | + */ |
|
126 | 137 | public function getOption($key, $dest = null, $format = null) |
127 | 138 | { |
128 | 139 | if ($format === null) { |