Maknz\Slack\AttachmentAction::toArray PHP Method

toArray() public method

Get the array representation of this attachment action.
public toArray ( ) : array
return array
    public function toArray()
    {
        return ['name' => $this->getName(), 'text' => $this->getText(), 'style' => $this->getStyle(), 'type' => $this->getType(), 'value' => $this->getValue(), 'confirm' => $this->getConfirm()->toArray()];
    }