PHP Class App\Http\Controllers\ClockworkController

Inheritance: extends Controller
Afficher le fichier Open project: unicodeveloper/laravel-hackathon-starter

Protected Properties

Свойство Type Description
$apiKey mixed
$client MJErwin\Clockwork\ClockworkClient

Méthodes publiques

Méthode Description
__construct ( ) Initialize ClockworkController
getPage ( ) Return all data to the Clockwork API dashboard
sendTextMessage ( Illuminate\Http\Request $request ) : Illuminate\Http\RedirectResponse Send a Text Message

Method Details

__construct() public méthode

Initialize ClockworkController
public __construct ( )

getPage() public méthode

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

sendTextMessage() public méthode

Send a Text Message
public sendTextMessage ( Illuminate\Http\Request $request ) : Illuminate\Http\RedirectResponse
$request Illuminate\Http\Request
Résultat Illuminate\Http\RedirectResponse

Property Details

$apiKey protected_oe property

protected mixed $apiKey
Résultat mixed

$client protected_oe property

protected ClockworkClient,MJErwin\Clockwork $client
Résultat MJErwin\Clockwork\ClockworkClient