PHP Class Clockwork\Web\Web

Show file Open project: itsgoingd/clockwork

Public Methods

Method Description
getIframe ( ) Return the html code for embedded Clockwork app
render ( ) Render main Clockwork app html
renderAsset ( $path ) Render asset from ./public/ directory, specified by path
setCurrentRequestId ( $id ) Set current request id, to be shown in embedded Clockwork app

Method Details

getIframe() public method

Return the html code for embedded Clockwork app
public getIframe ( )

render() public method

Render main Clockwork app html
public render ( )

renderAsset() public method

Render asset from ./public/ directory, specified by path
public renderAsset ( $path )

setCurrentRequestId() public method

Set current request id, to be shown in embedded Clockwork app
public setCurrentRequestId ( $id )