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

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

Set the value of the field.
public setValue ( string $value )
$value string
    public function setValue($value)
    {
        $this->value = $value;
        return $this;
    }