PHP 클래스 Spatie\SlashCommand\Request

파일 보기 프로젝트 열기: spatie/laravel-slack-slash-command 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$channelName string
$command string
$responseUrl string
$teamDomain string
$teamId string
$text string
$token string
$userId string
$userName string

공개 메소드들

메소드 설명
all ( ) : array
createFromIlluminateRequest ( Illuminate\Http\Request $illuminateRequest ) : Request
get ( string $propertyName ) : string

메소드 상세

all() 공개 메소드

public all ( ) : array
리턴 array

createFromIlluminateRequest() 공개 정적인 메소드

public static createFromIlluminateRequest ( Illuminate\Http\Request $illuminateRequest ) : Request
$illuminateRequest Illuminate\Http\Request
리턴 Request

get() 공개 메소드

public get ( string $propertyName ) : string
$propertyName string
리턴 string

프로퍼티 상세

$channelName 공개적으로 프로퍼티

public string $channelName
리턴 string

$command 공개적으로 프로퍼티

public string $command
리턴 string

$responseUrl 공개적으로 프로퍼티

public string $responseUrl
리턴 string

$teamDomain 공개적으로 프로퍼티

public string $teamDomain
리턴 string

$teamId 공개적으로 프로퍼티

public string $teamId
리턴 string

$text 공개적으로 프로퍼티

public string $text
리턴 string

$token 공개적으로 프로퍼티

public string $token
리턴 string

$userId 공개적으로 프로퍼티

public string $userId
리턴 string

$userName 공개적으로 프로퍼티

public string $userName
리턴 string