PHP 클래스 App\Http\Controllers\ClockworkController

상속: extends Controller
파일 보기 프로젝트 열기: unicodeveloper/laravel-hackathon-starter

보호된 프로퍼티들

프로퍼티 타입 설명
$apiKey mixed
$client MJErwin\Clockwork\ClockworkClient

공개 메소드들

메소드 설명
__construct ( ) Initialize ClockworkController
getPage ( ) Return all data to the Clockwork API dashboard
sendTextMessage ( Illuminate\Http\Request $request ) : Illuminate\Http\RedirectResponse Send a Text Message

메소드 상세

__construct() 공개 메소드

Initialize ClockworkController
public __construct ( )

getPage() 공개 메소드

Return all data to the Clockwork API dashboard
public getPage ( )

sendTextMessage() 공개 메소드

Send a Text Message
public sendTextMessage ( Illuminate\Http\Request $request ) : Illuminate\Http\RedirectResponse
$request Illuminate\Http\Request
리턴 Illuminate\Http\RedirectResponse

프로퍼티 상세

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

protected mixed $apiKey
리턴 mixed

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

protected ClockworkClient,MJErwin\Clockwork $client
리턴 MJErwin\Clockwork\ClockworkClient