public function __construct($name, $object = null)
 {
     parent::__construct($name, $object);
     $this->defaultVal = 0;
 }