PHP 클래스 Maknz\Slack\ActionConfirmation

파일 보기 프로젝트 열기: maknz/slack

보호된 프로퍼티들

프로퍼티 타입 설명
$dismissText string The text label for the Cancel button.
$okText string The text label for the OK button.
$text string The required description.
$title string The required title for the pop up window.

공개 메소드들

메소드 설명
__construct ( array $attributes ) : void Instantiate a new ActionConfirmation.
getDismissText ( ) : string
getOkText ( ) : string
getText ( ) : string
getTitle ( ) : string
setDismissText ( string $dismissText ) : ActionConfirmation
setOkText ( string $okText ) : ActionConfirmation
setText ( string $text ) : ActionConfirmation
setTitle ( string $title ) : ActionConfirmation
toArray ( ) : array Get the array representation of this action confirmation.

메소드 상세

__construct() 공개 메소드

Instantiate a new ActionConfirmation.
public __construct ( array $attributes ) : void
$attributes array
리턴 void

getDismissText() 공개 메소드

public getDismissText ( ) : string
리턴 string

getOkText() 공개 메소드

public getOkText ( ) : string
리턴 string

getText() 공개 메소드

public getText ( ) : string
리턴 string

getTitle() 공개 메소드

public getTitle ( ) : string
리턴 string

setDismissText() 공개 메소드

public setDismissText ( string $dismissText ) : ActionConfirmation
$dismissText string
리턴 ActionConfirmation

setOkText() 공개 메소드

public setOkText ( string $okText ) : ActionConfirmation
$okText string
리턴 ActionConfirmation

setText() 공개 메소드

public setText ( string $text ) : ActionConfirmation
$text string
리턴 ActionConfirmation

setTitle() 공개 메소드

public setTitle ( string $title ) : ActionConfirmation
$title string
리턴 ActionConfirmation

toArray() 공개 메소드

Get the array representation of this action confirmation.
public toArray ( ) : array
리턴 array

프로퍼티 상세

$dismissText 보호되어 있는 프로퍼티

The text label for the Cancel button.
protected string $dismissText
리턴 string

$okText 보호되어 있는 프로퍼티

The text label for the OK button.
protected string $okText
리턴 string

$text 보호되어 있는 프로퍼티

The required description.
protected string $text
리턴 string

$title 보호되어 있는 프로퍼티

The required title for the pop up window.
protected string $title
리턴 string