PHP 클래스 Ip\Internal\Email\Db

파일 보기 프로젝트 열기: impresspages/impresspages

공개 메소드들

메소드 설명
addEmail ( $from, $fromName, $to, $toName, $subject, $email, $immediate, $html, $filesStr, $fileNamesStr, $mimeTypesStr )
deleteOld ( $hours ) *apparently there were some errors if exists old locked records.
delteOldSent ( $hours )
getEmail ( $id )
getLocked ( $key )
lock ( $count, $key )
lockOnlyImmediate ( $count, $key )
markSend ( $key )
sentOrLockedCount ( $minutes )
unlock ( $key )
unlockOne ( $id )

메소드 상세

addEmail() 공개 정적인 메소드

public static addEmail ( $from, $fromName, $to, $toName, $subject, $email, $immediate, $html, $filesStr, $fileNamesStr, $mimeTypesStr )

deleteOld() 공개 정적인 메소드

*apparently there were some errors if exists old locked records.
public static deleteOld ( $hours )

delteOldSent() 공개 정적인 메소드

public static delteOldSent ( $hours )

getEmail() 공개 정적인 메소드

public static getEmail ( $id )

getLocked() 공개 정적인 메소드

public static getLocked ( $key )

lock() 공개 정적인 메소드

public static lock ( $count, $key )

lockOnlyImmediate() 공개 정적인 메소드

public static lockOnlyImmediate ( $count, $key )

markSend() 공개 정적인 메소드

public static markSend ( $key )

sentOrLockedCount() 공개 정적인 메소드

public static sentOrLockedCount ( $minutes )

unlock() 공개 정적인 메소드

public static unlock ( $key )

unlockOne() 공개 정적인 메소드

public static unlockOne ( $id )