PHP Class REBELinBLUE\Deployer\Validators\ChannelValidator

Afficher le fichier Open project: rebelinblue/deployer

Méthodes publiques

Méthode Description
validate ( string $attribute, string $value, array $parameters ) : boolean Validate the the channel name is valid for slack, i.e. starts with # or @.

Method Details

validate() public méthode

Validate the the channel name is valid for slack, i.e. starts with # or @.
public validate ( string $attribute, string $value, array $parameters ) : boolean
$attribute string
$value string
$parameters array
Résultat boolean