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