Example #1
0
 /**
  * @return bool
  */
 public function isWidgetable()
 {
     return $this->exists and $this->manager->isWidgetable(get_class($this->toWidget()));
 }