Interface EmailReaderInterface
Interface EmailReaderInterface
Direct known implementers
Package: Email\Interfaces
Category: System
Located at Services/System/Email/Interfaces/Repository/EmailReaderInterface.inc.php
Category: System
Located at Services/System/Email/Interfaces/Repository/EmailReaderInterface.inc.php
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.