Beispiel #1
0
 /**
  * @inheritDoc
  */
 public function has($key = null, $value = null)
 {
     return $this->then($this->operations->has(func_get_args()));
 }