PHP Class Clockwork\Web\Support\Laravel\Controllers\ClockworkController

Inheritance: extends Illuminate\Routing\Controller
Datei anzeigen Open project: itsgoingd/clockwork

Protected Properties

Property Type Description
$app

Public Methods

Method Description
__construct ( Illuminate\Contracts\Foundation\Application $app )
render ( )
renderAsset ( $path )

Method Details

__construct() public method

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

render() public method

public render ( )

renderAsset() public method

public renderAsset ( $path )

Property Details

$app protected_oe property

protected $app