Maknz\Slack\ActionConfirmation::toArray PHP Метод

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

Get the array representation of this action confirmation.
public toArray ( ) : array
Результат array
    public function toArray()
    {
        return ['title' => $this->getTitle(), 'text' => $this->getText(), 'ok_text' => $this->getOkText(), 'dismiss_text' => $this->getDismissText()];
    }