value = (bool)$value; } /** * Convert to string * * @return string */ function __toString() { $code = ($this->value) ? "1" : "0"; return "{$code}"; } }