public function __construct($id = null)
 {
     parent::__construct(new ServicesCategoryModel(), $id);
 }
 public function __construct($id = null)
 {
     parent::__construct(new ClientAddressesModel(), $id);
 }
Example #3
0
 public function __construct($id = null)
 {
     parent::__construct(new VendorsModel(), $id);
 }
Example #4
0
 /**
  * Sets global strict mode
  *
  * @see $this->strict()
  * @return bool
  */
 public static function setGlobalStrict($strict)
 {
     self::$_globalStrict = (bool) $strict;
 }
 public function __construct($id = null)
 {
     parent::__construct(new AdminusersModel(), $id);
 }
 public function __construct($id = null)
 {
     parent::__construct(new CredentialsMapModel(), $id);
 }