PHP Class Crummy\Phlack\Message\Field

Inheritance: extends Partial, implements Crummy\Phlack\Message\FieldInterface
Afficher le fichier Open project: mcrumm/phlack Class Usage Examples

Protected Properties

Свойство Type Description
$optional

Méthodes publiques

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

Method Details

__construct() public méthode

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

isShort() public méthode

public isShort ( ) : boolean
Résultat boolean

Property Details

$optional protected_oe property

protected $optional