示例#1
0
 /**
  * {@inheritdoc}
  */
 public function toArray($is_update = false)
 {
     $retVal = parent::toArray($is_update);
     $retVal += array('clientId' => $this->clientId, 'clientSecret' => $this->clientSecret);
     return $retVal;
 }
示例#2
0
 /**
  * {@inheritdoc}
  */
 public function toArray($is_update = false)
 {
     $retVal = parent::toArray($is_update);
     $retVal += array('keyName' => $this->keyName, 'keyValue' => $this->keyValue);
     return $retVal;
 }