PHP Интерфейс IMP_Flag_Match_Structure, horde

Автор: Michael Slusarz ([email protected])
Показать файл Открыть проект

Открытые методы

Метод Описание
matchStructure ( Horde_Mime_Part $data ) : boolean Set flag by doing body structure matching.

Описание методов

matchStructure() публичный Метод

Set flag by doing body structure matching.
public matchStructure ( Horde_Mime_Part $data ) : boolean
$data Horde_Mime_Part Structure object for a message.
Результат boolean True if the flag should be set. False if the flag should never be set. Null if flag should not be set, but could be set by other matching interfaces.