Пример #1
0
 /**
  * Initialize the view builder associated with the view.
  *
  * @since 0.2.0
  */
 protected function initializeViewBuilder()
 {
     if (null === $this->builder) {
         $this->builder = Views::getViewBuilder();
     }
 }