public function __construct($db)
 {
     parent::__construct(new \login\user\Facebook($db));
 }
Exemple #2
0
 /**
  * Relation with th content
  * @param type $db
  */
 public function __construct($db)
 {
     parent::__construct(new \crm\Person($db));
 }
Exemple #3
0
 public function __construct($db)
 {
     parent::__construct(new \login\user\Profile($db));
 }
Exemple #4
0
 /**
  * Relation with th content
  * @param type $db
  */
 public function __construct($db)
 {
     parent::__construct(new \crm\Company($db));
 }