Guest User

Untitled

a guest
May 10th, 2015
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. <?
  2.  
  3. namespace Redone\Units\CRM\Model\Clients\Employees\Form;
  4.  
  5. class Entity
  6. {
  7. public function __construct()
  8. {
  9. foreach (new \Redone\Units\Account\Model\Entity() as $key => $value) {
  10. $this->$key = $value;
  11. }
  12.  
  13. foreach (new \Redone\Units\CRM\Model\Clients\Employees\Entity() as $key => $value) {
  14. $this->$key = $value;
  15. }
  16. }
  17. }
Advertisement
Add Comment
Please, Sign In to add comment