ViewServiceProvider::registerBladeEngine()

void registerBladeEngine(EngineResolver $resolver) Register the Blade engine implementation. Parameters EngineResolver $resolver Return Value void

Collection::find()

Model find(mixed $key, mixed $default = null) Find a model in the collection by key. Parameters mixed $key mixed $default Return Value Model

DownCommand::askWithCompletion()

string askWithCompletion(string $question, array $choices, string $default = null) Prompt the user for input with auto completion. Parameters string $question array $choices string $default Return Value string

MakeControllerCommand::ask()

string ask(string $question, string $default = null) Prompt the user for input. Parameters string $question string $default Return Value string

Builder::setBindings()

$this setBindings(array $bindings, string $type = 'where') Set the bindings on the query builder. Parameters array $bindings string $type Return Value $this Exceptions InvalidArgumentException

Authenticated::__sleep()

array __sleep() Prepare the instance for serialization. Return Value array

BladeCompiler::getCustomDirectives()

array getCustomDirectives() Get the list of custom directives. Return Value array

CompilerInterface::isExpired()

bool isExpired(string $path) Determine if the given view is expired. Parameters string $path Return Value bool

DatabaseMessage::__construct()

void __construct(array $data = array()) Create a new database message. Parameters array $data Return Value void

BladeCompiler::setRawTags()

void setRawTags(string $openTag, string $closeTag) Sets the raw tags used for the compiler. Parameters string $openTag string $closeTag Return Value void