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