* public function setPropertyName($value) * { * $value=CPropertyValue::ensureBoolean($value); * // $value is now of boolean type * } *