Skip to content

Commit

Permalink
updated docstring to reflect this
Browse files Browse the repository at this point in the history
  • Loading branch information
James Cleveland committed Mar 20, 2012
1 parent 26768c7 commit 3a4f88d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ham/ham.php
Expand Up @@ -46,6 +46,8 @@ public function run() {


/** /**
* Invoke method allows the application to be mounted as a closure. * Invoke method allows the application to be mounted as a closure.
* @param $parent a parent application that can be referenced by
* $app->parent
*/ */
public function __invoke($app=False) { public function __invoke($app=False) {
$this->parent = $app; $this->parent = $app;
Expand Down

0 comments on commit 3a4f88d

Please sign in to comment.