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