Пример #1
0
 public function setWidth($width)
 {
     if (empty($width)) {
         $width = 450;
     }
     parent::setWidth($width);
 }