Пример #1
0
 public function buildView(TableView $view, TableInterface $table)
 {
     $this->type->buildView($view, $table);
 }
Пример #2
0
 /**
  * {@inheritdoc}
  */
 public function getView()
 {
     $view = new TableView();
     $this->type->buildView($view, $this);
     return $view;
 }