PHP 클래스 IMP_Sentmail_Sql, horde

저자: Jan Schneider ([email protected])
저자: Michael Slusarz ([email protected])
상속: extends IMP_Sentmail
파일 보기 프로젝트 열기: horde/horde

보호된 프로퍼티들

프로퍼티 타입 설명
$_db Horde_Db_Adapter Handle for the current database connection.

공개 메소드들

메소드 설명
__construct ( array $params = [] )
favouriteRecipients ( $limit, $filter = null )
numberOfRecipients ( $hours, $user = false )

보호된 메소드들

메소드 설명
_deleteOldEntries ( $before )
_log ( $action, $message_id, $recipient, $success )

메소드 상세

__construct() 공개 메소드

public __construct ( array $params = [] )
$params array Parameters: - db: (Horde_Db_Adapter) [REQUIRED] The DB instance. - table: (string) The name of the sentmail table. DEFAULT: 'imp_sentmail'

_deleteOldEntries() 보호된 메소드

protected _deleteOldEntries ( $before )

_log() 보호된 메소드

protected _log ( $action, $message_id, $recipient, $success )

favouriteRecipients() 공개 메소드

public favouriteRecipients ( $limit, $filter = null )

numberOfRecipients() 공개 메소드

public numberOfRecipients ( $hours, $user = false )

프로퍼티 상세

$_db 보호되어 있는 프로퍼티

Handle for the current database connection.
protected Horde_Db_Adapter $_db
리턴 Horde_Db_Adapter