Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?
- namespace Redone\Units\CRM\Model\Clients\Employees\Form;
- class Entity
- {
- public function __construct()
- {
- foreach (new \Redone\Units\Account\Model\Entity() as $key => $value) {
- $this->$key = $value;
- }
- foreach (new \Redone\Units\CRM\Model\Clients\Employees\Entity() as $key => $value) {
- $this->$key = $value;
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment