Eloquent\Phony\Invocation\AbstractWrappedInvocable::setLabel PHP Method

setLabel() public method

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