JsonExpression

JsonExpression class JsonExpression extends Expression (View source) Methods void __construct(mixed $value) Create a new raw query expression. mixed getValue() Get the value of the expression. string __toString() Get the value of the expression.

CommandCreatorServiceProvider::provides()

array provides() Get the services provided by the provider. Return Value array

ChangesCommand::comment()

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

MandrillTransport::setKey()

string setKey(string $key) Set the API key being used by the transport. Parameters string $key Return Value string

RoutesCommand::line()

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

MorphToMany::newPivotStatement()

Builder newPivotStatement() Get a new plain query builder for the pivot table. Return Value Builder

MakesHttpRequests::seeIsSelected()

$this seeIsSelected(string $selector, string $value, bool $negate = false) Assert that the expected value is selected. Parameters string $selector string $value bool $negate Return Value $this

DatabaseNotification::morphTo()

MorphTo morphTo(string $name = null, string $type = null, string $id = null) Define a polymorphic, inverse one-to-one or many relationship. Parameters string $name string $type string $id Return Value MorphTo

Event::emailOutputTo()

$this emailOutputTo(array|mixed $addresses, bool $onlyIfOutputExists = false) E-mail the results of the scheduled operation. Parameters array|mixed $addresses bool $onlyIfOutputExists Return Value $this Exceptions LogicException

HasOne::firstOrNew()

Model firstOrNew(array $attributes) Get the first related model record matching the attributes or instantiate it. Parameters array $attributes Return Value Model