Maknz\Slack\AttachmentField::getValue PHP Метод

getValue() публичный Метод

Get the value of the field.
public getValue ( ) : string
Результат string
    public function getValue()
    {
        return $this->value;
    }