public function __construct($name = null, $owner = null, $options = null, $size = "3") { parent::__construct($name, $owner, $options); $this->name .= "[]"; $this->size = $size; }
public function __construct($name = null, $owner = null, $options = null, $filename = null) { parent::__construct($name, $owner, $options); $this->setIstok($filename); }