Included @throws in API that was missing.

This commit is contained in:
Juan Basso 2011-07-31 16:55:52 -04:00
parent 9bc3e567c1
commit fedadc091c
28 changed files with 46 additions and 13 deletions

View file

@ -32,6 +32,7 @@ class ScaffoldView extends ThemeView {
*
* @param string $name name of the view file to get.
* @return string action
* @throws MissingViewException
*/
protected function _getViewFileName($name = null) {
if ($name === null) {