PHP Class Clockwork\Support\Laravel\Controllers\ClockworkController

Inheritance: extends Illuminate\Routing\Controller
Show file Open project: itsgoingd/clockwork

Public Properties

Property Type Description
$app

Public Methods

Method Description
__construct ( Illuminate\Contracts\Foundation\Application $app )
getData ( $id = null, $last = null )

Method Details

__construct() public method

public __construct ( Illuminate\Contracts\Foundation\Application $app )
$app Illuminate\Contracts\Foundation\Application

getData() public method

public getData ( $id = null, $last = null )

Property Details

$app public property

public $app