Spatie\SlashCommand\AttachmentField::setValue PHP 메소드

setValue() 공개 메소드

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