Пример #1
0
 public function __construct($id = 0, $data = null)
 {
     parent::__construct($id, $data);
     if (empty($this->id)) {
         $this->container = 1;
         $this->size = null;
     }
 }