Eloquent\Phony\Invocation\AbstractWrappedInvocable::label PHP 메소드

label() 공개 메소드

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