コード例 #1
0
ファイル: HTMLGenerator.php プロジェクト: benoth/cssprites
 public function save()
 {
     if (!$this->cssgenerator instanceof CSSGenerator) {
         throw new \Exception('CSSGenerator not set');
     }
     return parent::save();
 }