Eloquent\Phony\Invocation\AbstractWrappedInvocable::setLabel PHP Méthode

setLabel() public méthode

Set the label.
public setLabel ( string | null $label )
$label string | null The label.
    public function setLabel($label)
    {
        $this->label = $label;
        return $this;
    }