PHP Interface Crummy\Phlack\Message\AttachmentInterface

Inheritance: extends Crummy\Phlack\Common\Encodable
Mostra file Open project: mcrumm/phlack

Public Methods

Method Description
addField ( Crummy\Phlack\Message\FieldInterface $field ) : self
getFields ( ) : FieldCollection

Method Details

addField() public method

public addField ( Crummy\Phlack\Message\FieldInterface $field ) : self
$field Crummy\Phlack\Message\FieldInterface
return self

getFields() public method

public getFields ( ) : FieldCollection
return Crummy\Phlack\Message\Collection\FieldCollection