Packageindex Classtrees Modulegroups Elementlist Report XML Files

File: c:/web/jpeto2/jpeto/jpeto_attachment.php
JPETo - James's Publishing & Editing Tool - jpeto_objects

jpeto_attachment

jpeto_attachment

This class provides the email-attachment object

 

private class jpeto_attachment

This class provides the email-attachment object

 

Public Method Summary

void

jpeto_attachment(object jpeto_object $object, string $boundary, [ string $mode ])

constructor of jpeto_attachment

Private Method Summary

string

getInlineImageHeader(object jpeto_object $object)

returns the InlineImage Header
string

getAttachedImageHeader(object jpeto_object $object)

returns the AttachedImage Header
string

getAttachedFileHeader(object jpeto_object $object)

returns the AttachedFile Header

Private Field Summary

string

$header

header
string

$body

body
string

$object

object
string

$boundary

boundary
string

$type

type
string

$mode

mode [inline|attached]

Included files Summary, Type: include_once

jpeto/jpeto_picture.php Warning: documentation is missing.
jpeto/jpeto_file.php Warning: documentation is missing.

Public Method Details

jpeto_attachment

public void jpeto_attachment( object jpeto_object $object, string $boundary, [ string $mode ] )

  constructor of jpeto_attachment

Parameter
object jpeto_object $object
the object to attach
string $boundary
string $mode = >>"inline"<<
[inline|attached]
Returns void


Private Method Details

getInlineImageHeader

private string getInlineImageHeader( object jpeto_object $object )

  returns the InlineImage Header

Parameter
object jpeto_object $object
the object to attach
Returns string $Header


getAttachedImageHeader

private string getAttachedImageHeader( object jpeto_object $object )

  returns the AttachedImage Header

Parameter
object jpeto_object $object
the object to attach
Returns string $Header


getAttachedFileHeader

private string getAttachedFileHeader( object jpeto_object $object )

  returns the AttachedFile Header

Parameter
object jpeto_object $object
the object to attach
Returns string $Header


Private Field Details

$header

private string $header

>>""<<

header


$body

private string $body

>>""<<

body


$object

private string $object

>>null<<

object


$boundary

private string $boundary

>>""<<

boundary


$type

private string $type

>>""<<

type


$mode

private string $mode

>>""<<

mode [inline|attached]


Included Files, Type: include_once

jpeto/jpeto_picture.php

include_once( jpeto/jpeto_picture.php )



jpeto/jpeto_file.php

include_once( jpeto/jpeto_file.php )




Packageindex Classtrees Modulegroups Elementlist Report XML Files
PHPDoc 1.0beta