Skip to content

add getPeople service + clean#18

Merged
killianherbunot merged 1 commit intomasterfrom
OC-6117_add_get_people_service
Nov 21, 2016
Merged

add getPeople service + clean#18
killianherbunot merged 1 commit intomasterfrom
OC-6117_add_get_people_service

Conversation

@killianherbunot
Copy link
Contributor

No description provided.

* @param int $page
*
* @return Person[]
*/

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

findAll()

private $personBuilder;

public function __construct()
{

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

setter

*/
public function getPeople($page = null)
{
$parameters = null;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

return $this->personGateway->insert($person);
}

/**

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

findAll

* @param int $page
*
* @return Person[]
*/

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

findAll

@killianherbunot killianherbunot force-pushed the OC-6117_add_get_people_service branch from 8189050 to 44836e8 Compare November 21, 2016 10:28
@coveralls
Copy link

coveralls commented Nov 21, 2016

Coverage Status

Coverage remained the same at 100.0% when pulling 44836e8 on OC-6117_add_get_people_service into 131e42d on master.

@killianherbunot killianherbunot merged commit edcf429 into master Nov 21, 2016
@killianherbunot killianherbunot deleted the OC-6117_add_get_people_service branch November 21, 2016 14:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants