PHP Class Helthe\Component\Turbolinks\StackTurbolinks

Author: Carl Alexander ([email protected])
Inheritance: implements Symfony\Component\HttpKernel\HttpKernelInterface
Show file Open project: helthe/turbolinks Class Usage Examples

Public Methods

Method Description
__construct ( Symfony\Component\HttpKernel\HttpKernelInterface $app, Turbolinks $turbolinks ) Constructor.
handle ( Request $request, $type = self::MASTER_REQUEST, $catch = true )

Method Details

__construct() public method

Constructor.
public __construct ( Symfony\Component\HttpKernel\HttpKernelInterface $app, Turbolinks $turbolinks )
$app Symfony\Component\HttpKernel\HttpKernelInterface
$turbolinks Turbolinks

handle() public method

public handle ( Request $request, $type = self::MASTER_REQUEST, $catch = true )
$request Symfony\Component\HttpFoundation\Request