between() public method

You use do a select on an index you can use the between operator.
public between ( string $key, string $left, string $right )
$key string
$left string
$right string
Beispiel #1
0
 /**
  * {@inheritdoc}
  */
 public function between($key, $left, $right)
 {
     return $this->command->between($key, $left, $right);
 }