Devise
Class

Devise\Sidebar\SnippetBladeCompiler

class SnippetBladeCompiler

Class SnippetBladeCompiler converts

some blade code such as @snippet

some stuff here
@endsnippet into some code that runs and also some code that is shown. it is easier to do it this way... so we don't have to retype everything twice and with escaped html entities

Methods

mixed compile($view $view)

Runs the compile on this view

Details

at line 21
public mixed compile($view $view)

Runs the compile on this view

Parameters

$view $view

Return Value

mixed