Skip to content

Commit

Permalink
[Continuation] Removed the FlowExecution::getActiveFlowID() method. (…
Browse files Browse the repository at this point in the history
…Issue piece#4)
  • Loading branch information
iteman committed Sep 18, 2012
1 parent d870f8b commit 2c9ab55
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/Piece/Flow/Continuation/FlowExecution.php
Expand Up @@ -190,17 +190,6 @@ public function getFlowExecutionTicketByFlowID($flowID)
return @$this->exclusiveFlowExecutionTicketsByFlowID[$flowID];
}

/**
* Gets the flow ID for the active flow execution.
*
* @return string
* @since Method available since Release 1.15.0
*/
public function getActiveFlowID()
{
return $this->activeFlowID;
}

/**
* Gets the flow execution ticket for the active flow execution.
*
Expand Down

0 comments on commit 2c9ab55

Please sign in to comment.