Skip to content

Commit

Permalink
added missing comment on method
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelog committed May 8, 2012
1 parent d1a7baa commit 732bc5c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/mg/PAGI/Node/NodeActionCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ class NodeActionCommand
const NODE_ACTION_JUMP_TO = 2;
const NODE_ACTION_EXECUTE = 3;

/**
* Sets the controlled node.
*
* @param string $name The name of the controlled node.
*
* @return \PAGI\Node\NodeActionCommand
*/
public function whenNode($name)
{
$this->nodeName = $name;
Expand Down

0 comments on commit 732bc5c

Please sign in to comment.