Example #1
0
 /**
  * Find all widgets for a given View.
  *
  * @param View $view
  *
  * @return multitype
  */
 public function findAllWidgetsForView(View $view)
 {
     return $this->findAllIn($view->getWidgetsIds());
 }