Beispiel #1
0
 public function addStyle($file, $order = self::DEFAULT_ORDER)
 {
     if (!empty($file)) {
         if (!$this->isPopulated()) {
             parent::addStyle($file, $order);
         } else {
             $this->document->addStyleSheet($file);
         }
     }
 }