Пример #1
0
 /**
  * @inheritDoc
  */
 public function keyOf($array = null, $value = null)
 {
     return $this->then($this->operations->keyOf(func_get_args()));
 }