Skip to content

Commit

Permalink
php doc added for method
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamad committed Jul 8, 2017
1 parent b86af51 commit 9292dde
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Ctrl.php
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,10 @@ protected function renderGz() {
ob_end_flush();
}

/**
* @return MvcUrl
* @throws Exception
*/
protected function getMvcUrl() {

$args_num = func_num_args();
Expand Down

0 comments on commit 9292dde

Please sign in to comment.