Interface EmailReaderInterface

Interface EmailReaderInterface

Direct known implementers

EmailReader

Methods summary

public get( array $conditions = array(), array $limit = array(), array $order = array() ) : EmailCollection

Get email records filtered by conditions.

public filter( string $p_keyword, array $limit = array(), array $order = array() ) : EmailCollection

Filter email records with provided keyword string.

public getRecordCount( string $p_filterKeyword = '' ) : integer

Get the current count of the email records in the database.