PHP Class Crummy\Phlack\Message\Field

Inheritance: extends Partial, implements Crummy\Phlack\Message\FieldInterface
Show file Open project: mcrumm/phlack Class Usage Examples

Protected Properties

Property Type Description
$optional

Public Methods

Method Description
__construct ( string $title = null, string $value = null, boolean $isShort = null ) Constructor.
isShort ( ) : boolean

Method Details

__construct() public method

Constructor.
public __construct ( string $title = null, string $value = null, boolean $isShort = null )
$title string
$value string
$isShort boolean

isShort() public method

public isShort ( ) : boolean
return boolean

Property Details

$optional protected property

protected $optional