Example #1
0
 public function __construct($name, Config $config, $defaultForeignModel, array $options = array())
 {
     $this->key = $name . 'Id';
     $this->classKey = $name . 'Class';
     parent::__construct($name, $config, $defaultForeignModel, $options);
 }
Example #2
0
 public function __construct($name, Config $config, $foreignModel, array $options = array())
 {
     $this->key = $name . 'Id';
     parent::__construct($name, $config, $foreignModel, $options);
 }