Наследование: extends BaseErector, implements FOF30\Factory\Scaffolding\Layout\ErectorInterface
Пример #1
0
 public function build()
 {
     $this->addDescriptions = false;
     parent::build();
     $this->xml->addAttribute('type', 'read');
     $this->pushResults();
 }