Пример #1
0
 /**
  * {@inheritdoc}
  */
 public function with($field, $expression, DataType $type = null)
 {
     $select = new ReadSelectionBuilder($this);
     return $select->with($field, $expression, $type);
 }