ViewEngineInterface
interface ViewEngineInterface implements ViewFinderInterface (View source)
Interface that view engines must implement
Methods
string
canonical(string $view)
Return a canonical string representation of the view name.
from ViewFinderInterface
make(string[] $views)
Create a view instance from the first view name that exists.
Details
in ViewFinderInterface at line 22
boolean
exists(string $view)
Check if a view exists.
in ViewFinderInterface at line 30
string
canonical(string $view)
Return a canonical string representation of the view name.
at line 22
ViewInterface
make(string[] $views)
Create a view instance from the first view name that exists.