PHP 클래스 Sam_Driver_Spamd_Base, horde

Copyright 2003-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (GPL). If you did not receive this file, see http://www.horde.org/licenses/gpl.
저자: Chris Bowlby ([email protected])
저자: Max Kalika ([email protected])
저자: Jan Schneider ([email protected])
상속: extends Sam_Driver_Base
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_capabilities array Capabilities supported by the driver.
$_option_map array Sam to SpamAssassin options mappings.

보호된 메소드들

메소드 설명
_mapAttributeToOption ( string $attribute ) : string Converts a Sam attribute to a SpamAssassin option.
_mapOptionToAttribute ( string $option ) : string Converts a SpamAssassin option to a Sam attribute.

메소드 상세

_mapAttributeToOption() 보호된 메소드

Converts a Sam attribute to a SpamAssassin option.
protected _mapAttributeToOption ( string $attribute ) : string
$attribute string The Sam attribute to convert.
리턴 string The converted SpamAssassin option or the original attribute if no match is found.

_mapOptionToAttribute() 보호된 메소드

Converts a SpamAssassin option to a Sam attribute.
protected _mapOptionToAttribute ( string $option ) : string
$option string The SpamAssassin option to convert.
리턴 string The converted Sam attribute or the original option if no match is found.

프로퍼티 상세

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

Capabilities supported by the driver.
protected array $_capabilities
리턴 array

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

Sam to SpamAssassin options mappings.
protected array $_option_map
리턴 array