LoaderInterface

LoaderInterface interface LoaderInterface (View source) Methods array load(string $environment, string $group, string $namespace = null) Load the given configuration group. bool exists(string $group, string $namespace = null) Determine if the given configuration group exists. void addNamespace(string $namespace, string $hint) Add a new namespace to the loader. array getNamespaces() Returns all registered namespaces with the config loader. array cascadePackage(string $e

Fluent::__call()

$this __call(string $method, array $parameters) Handle dynamic calls to the container to set attributes. Parameters string $method array $parameters Return Value $this

DatabaseReminderRepository::getConnection()

Connection getConnection() Get the database connection instance. Return Value Connection

MailableFake::queue()

mixed queue(Mailable $mailable) Push the given mailable onto the queue. Parameters Mailable $mailable Return Value mixed

InteractsWithPages::seeElement()

$this seeElement(string $selector, array $attributes = array(), bool $negate = false) Assert that an element is present on the page. Parameters string $selector array $attributes bool $negate Return Value $this

Application::alias()

void alias(string $abstract, string $alias) Alias a type to a different name. Parameters string $abstract string $alias Return Value void

Model::offsetSet()

void offsetSet(mixed $offset, mixed $value) Set the value for a given offset. Parameters mixed $offset mixed $value Return Value void

Builder::first()

stdClass|array|null first(array $columns = array('*')) Execute the query and get the first result. Parameters array $columns Return Value stdClass|array|null

TableCommand::info()

void info(string $string, null|int|string $verbosity = null) Write a string as information output. Parameters string $string null|int|string $verbosity Return Value void

SimpleMessage::level()

$this level(string $level) Set the "level" of the notification (success, error, etc.). Parameters string $level Return Value $this