Пример #1
0
 /**
  * @inheritdoc
  */
 public function equalTo($a = null, $b = null)
 {
     return $this->then($this->operations->equalTo(func_get_args()));
 }