Merge pull-request #140 (several small fixes)

This commit is contained in:
Frédéric Guillot
2014-06-25 10:07:06 -03:00
parent 60cc58c940
commit e5e355d068
20 changed files with 58 additions and 36 deletions

View File

@@ -70,6 +70,7 @@ class Action extends Base
* Return actions and parameters for a given project
*
* @access public
* @param $project_id
* @return array
*/
public function getAllByProject($project_id)
@@ -212,8 +213,9 @@ class Action extends Base
* Load an action
*
* @access public
* @param string $name Action class name
* @param integer $project_id Project id
* @param string $name Action class name
* @param integer $project_id Project id
* @throws \LogicException
* @return \Core\Listener Action Instance
* @throw LogicException
*/