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

label() public méthode

Get the label.
public label ( ) : string | null
Résultat string | null The label.
    public function label()
    {
        return $this->label;
    }