Searched refs:primaryKey (Results 1 – 1 of 1) sorted by relevance
22 * @param mixed $primaryKey26 public function set($primaryKey, $secondaryKey, $value) : void argument28 $secondaryData = $this->data->get($primaryKey);33 $this->data->put($primaryKey, $secondaryData);40 * @param mixed $primaryKey45 public function getByTwoKeys($primaryKey, $secondaryKey) argument47 $data2 = $this->data->get($primaryKey);57 * @param mixed $primaryKey59 public function getByOneKey($primaryKey) : Map argument61 return $this->data->get($primaryKey);[all …]