value = (bool)$value; } function __toString() { $code = ($this->value) ? "1" : "0"; return "{$code}"; } }