Created
October 9, 2012 13:01
-
-
Save Ikke/3858676 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
class BusinessLogic | |
{ | |
private $repo; | |
public function __construct(User_Repository $repo) | |
{ | |
$this->repo = $repol | |
} | |
public function doSomething() | |
{ | |
return $this->repo->getData(); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment