示例#1
0
 public function __construct(array $config, $model)
 {
     $this->_clientId = $config['clientId'];
     $this->_clientSecret = $config['clientSecret'];
     $this->_registerRole = isset($config['registerRole']) ? $config['registerRole'] : null;
     parent::__construct($model);
 }
 public function __construct(array $config, $model)
 {
     $this->_clientId = $config['clientId'];
     $this->_clientSecret = $config['clientSecret'];
     parent::__construct($model);
 }