Apple_Push_API\MIME_Builder::is_valid_mime_type PHP Method

is_valid_mime_type() private method

Check if this file is a valid MIME type to be included in the bundle.
private is_valid_mime_type ( string $type ) : boolean
$type string
return boolean
    private function is_valid_mime_type($type)
    {
        return in_array($type, self::$valid_mime_types);
    }