git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@2468 a333f486-631f-4898-b8df-5754b55c2be0
@@ -1259,6 +1259,10 @@ class AttributeBoolean extends AttributeInteger
{
return $sValue ? '1' : '0';
}
+ public function GetAsCSV($sValue, $sSeparator = ',', $sTextQualifier = '"', $oHostObject = null, $bLocalize = true)
+ {
+ return $sValue ? '1' : '0';
+ }
/**