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