Collection of static methods that return callables for common IMultiPart
child filters.
- author Zaahid Bateson
Methods |
public static fromAttachmentFilter() Provides an 'attachment' filter used by Message::getAttachmentPart. The method filters out the following types of parts:
|
public static fromContentType( $mimeType) Includes only parts that match the passed $mimeType in the return value
|
public static fromDisposition( $disposition, $includeMultipart = false, $includeSignedParts = false) Finds parts with the passed disposition (matching against
|
public static fromHeaderValue( $name, $value, $excludeSignedParts = true) Provides a filter that keeps parts that contain a header of $name with a By default signed parts are excluded. Pass FALSE to the third parameter
|
public static fromInlineContentType( $mimeType) Returns parts matching $mimeType that do not have a Content-Disposition
|
Methods |
public static fromAttachmentFilter() Provides an 'attachment' filter used by Message::getAttachmentPart. The method filters out the following types of parts:
|
public static fromContentType( $mimeType) Includes only parts that match the passed $mimeType in the return value
|
public static fromDisposition( $disposition, $includeMultipart = false, $includeSignedParts = false) Finds parts with the passed disposition (matching against
|
public static fromHeaderValue( $name, $value, $excludeSignedParts = true) Provides a filter that keeps parts that contain a header of $name with a By default signed parts are excluded. Pass FALSE to the third parameter
|
public static fromInlineContentType( $mimeType) Returns parts matching $mimeType that do not have a Content-Disposition
|