Beispiel #1
0
 /**
  *
  * @param string $handle
  * @return LayoutManager
  */
 public function removeHandle($handle)
 {
     $this->updater->removeHandle($handle);
     return $this;
 }