name = $name; $this->value = constant( $name ); } /** * @return bool */ function isExpired() { return constant( $this->name ) != $this->value; } }