@@ -133,6 +133,12 @@ |
||
133 | 133 | return $this->_filename; |
134 | 134 | } |
135 | 135 | |
136 | + /** |
|
137 | + * @param string $base |
|
138 | + * @param string $type |
|
139 | + * @param string $action |
|
140 | + * @param string $format |
|
141 | + */ |
|
136 | 142 | public static function getFilenameFromStatic($base, $type, $action, $format) |
137 | 143 | { |
138 | 144 | return self::_getFilename($base, $type, $action, $format); |