Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Crummy
Phlack
Common
Formatter
Sequencer
PHP Class Crummy\Phlack\Common\Formatter\Sequencer
Inheritance:
implements
Crummy\Phlack\Common\Formatter\FormatterInterface
Afficher le fichier
Open project: mcrumm/phlack
Méthodes publiques
Méthode
Description
alert
(
string
$channel
) :
string
command
(
Crummy\Phlack\WebHook\CommandInterface
$command
) :
array
format
(
string
$text
,
string
$label
= null ) :
string
sequence
(
string
$text
,
null
$label
= null ) :
string
Method Details
alert()
public
static
méthode
public
static
alert
(
string
$channel
) :
string
$channel
string
Résultat
string
command()
public
static
méthode
public
static
command
(
Crummy\Phlack\WebHook\CommandInterface
$command
) :
array
$command
Crummy\Phlack\WebHook\CommandInterface
Résultat
array
format()
public
méthode
public
format
(
string
$text
,
string
$label
= null ) :
string
$text
string
The text to be sequenced
$label
string
An optional label
Résultat
string
sequence()
public
static
méthode
public
static
sequence
(
string
$text
,
null
$label
= null ) :
string
$text
string
$label
null
Résultat
string