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.
array provides() Get the services provided by the provider. Return Value array
void comment(string $string) Write a string as comment output. Parameters string $string Return Value void
string setKey(string $key) Set the API key being used by the transport. Parameters string $key Return Value string
void line(string $string) Write a string as standard output. Parameters string $string Return Value void
Builder newPivotStatement() Get a new plain query builder for the pivot table. Return Value Builder
$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
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
$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
Model firstOrNew(array $attributes) Get the first related model record matching the attributes or instantiate it. Parameters array $attributes Return Value Model
Page 631 of 996