MySqlConnection

MySqlConnection class MySqlConnection extends Connection (View source) Traits DetectsDeadlocks DetectsLostConnections

BelongsToMany::getQualifiedParentKeyName()

string getQualifiedParentKeyName() Get the fully qualified parent key name. Return Value string

MigrateMakeCommand::callSilent()

int callSilent(string $command, array $arguments = array()) Call another console command silently. Parameters string $command array $arguments Return Value int

Dispatcher::createClassListener()

Closure createClassListener(mixed $listener) Create a class based listener using the IoC container. Parameters mixed $listener Return Value Closure

RequestMakeCommand::comment()

void comment(string $string) Write a string as comment output. Parameters string $string Return Value void

ResponseFactory

ResponseFactory interface ResponseFactory (View source) Methods Response make(string $content = '', int $status = 200, array $headers = array()) Return a new response from the application. Response view(string $view, array $data = array(), int $status = 200, array $headers = array()) Return a new view response from the application. JsonResponse json(string|array $data = array(), int $status = 200, array $headers = array(), int $options) Return a new JSON response from the applic

ViewFinderInterface::addExtension()

void addExtension(string $extension) Add a valid view extension to the finder. Parameters string $extension Return Value void

Fluent::__set()

void __set(string $key, mixed $value) Dynamically set the value of an attribute. Parameters string $key mixed $value Return Value void

View::__set()

void __set(string $key, mixed $value) Set a piece of data on the view. Parameters string $key mixed $value Return Value void

MorphOneOrMany::getPlainMorphType()

string getPlainMorphType() Get the plain morph type name without the table. Return Value string