getIdParameters() публичный Метод

Return the ID parameters for this data handler.
public getIdParameters ( ) : array
Результат array The ID parameters.
Пример #1
0
 /**
  * Return the ID parameters for this data handler.
  *
  * @return array The ID parameters.
  */
 public function getIdParameters()
 {
     return $this->_data->getIdParameters();
 }
Пример #2
0
 /**
  * Fetch any additional parameters required when creating data queries.
  *
  * @param Horde_Kolab_Storage_Data $data   The data.
  *
  * @return array The parameters for data queries.
  */
 protected function _getDataQueryParameters(Horde_Kolab_Storage_Data $data)
 {
     return array('cache' => $this->_cache->getDataCache($data->getIdParameters()));
 }