type == null)
{
fianet_insert_log("fianet_transport_xml.php - get_xml()
\nTransport type undefined");
return;
}
if ($this->nom == null)
{
fianet_insert_log("fianet_transport_xml.php - get_xml()
\nTransport name undefined");
return;
}
if ($this->rapidite == null)
{
fianet_insert_log("fianet_transport_xml.php - get_xml()
\nTransport time undefined");
return;
}
$xml .= "\t\t". '' . "\n";
$xml .= "\t\t\t". ''.$this->type.'' . "\n";
$xml .= "\t\t\t". ''.clean_invalid_char($this->nom).'' . "\n";
$xml .= "\t\t\t". ''.$this->rapidite.'' . "\n";
$xml .= "\t\t". '' . "\n";
return ($xml);
}
}