IMP_Maillog_Storage_Base::isAvailable PHP Method

isAvailable() abstract public method

Is this storage driver available for the given message/log type?
abstract public isAvailable ( IMP_Maillog_Message $msg, IMP_Maillog_Log_Base $log ) : boolean
$msg IMP_Maillog_Message A message object.
$log IMP_Maillog_Log_Base Log entry.
return boolean True if the storage driver can handle data for the given input.
    public abstract function isAvailable(IMP_Maillog_Message $msg, IMP_Maillog_Log_Base $log);