예제 #1
0
파일: Layout.php 프로젝트: opexsw/magento2
 /**
  * Build layout blocks from generic layouts and/or page configurations
  *
  * @return void
  */
 protected function build()
 {
     if (!empty($this->builder)) {
         $this->builder->build();
     }
 }