Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add Controller#get_response
  • Loading branch information
Marcus Lunzenauer committed Oct 13, 2009
1 parent 6d800e1 commit 4e50564
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions lib/src/controller.php
Expand Up @@ -57,6 +57,16 @@ function erase_response() {
}


/**
* Return this controller's response
*
* @return mixed the controller's response
*/
function get_response() {
return $this->response;
}


/**
* This method extracts an action string and further arguments from it's
* parameter. The action string is mapped to a method being called afterwards
Expand Down

0 comments on commit 4e50564

Please sign in to comment.