Esempio n. 1
0
 protected function create()
 {
     if (!parent::create()) {
         return false;
     }
     $this->topAreaHeight = (int) $this->option('topAreaHeight', $this->topAreaHeight);
     $this->bottomAreaHeight = (int) $this->option('bottomAreaHeight', $this->bottomAreaHeight);
 }