Falcon_Converter::silence_errors PHP Méthode

silence_errors() public static méthode

No-op error handler for libxml
public static silence_errors ( integer $num, string $str )
$num integer Error type
$str string Error message
    public static function silence_errors($num, $str)
    {
        // No-op error handler
    }