Crummy\Phlack\Builder\AttachmentBuilder::create PHP Метод

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

public create ( ) : Attachment
Результат Crummy\Phlack\Message\Attachment
    public function create()
    {
        $attachment = new Attachment($this->data + ['fields' => clone $this->fields]);
        $this->refresh();
        return $attachment;
    }