PHP 클래스 IMP_Factory_Spam, horde

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

공개 메소드들

메소드 설명
create ( integer $action ) : IMP_Spam Return a IMP_Spam instance.

비공개 메소드들

메소드 설명
_expand ( string $str, boolean $escape = false ) : string Expand placeholders in 'email' and 'program' options.

메소드 상세

create() 공개 메소드

Return a IMP_Spam instance.
public create ( integer $action ) : IMP_Spam
$action integer Either IMP_Spam::SPAM or IMP_Spam::INNOCENT.
리턴 IMP_Spam The spam instance.