bool isExpression(mixed $value) Determine if the given value is a raw expression. Parameters mixed $value Return Value bool
array getCasts() Get the casts array. Return Value array
static void setFacadeApplication(Application $app) Set the application instance. Parameters Application $app Return Value void
Model replicate(array $except = null) Clone the model into a new, non-existing instance. Parameters array $except Return Value Model
array allFiles(string|null $directory = null) Get all of the files from the given directory (recursive). Parameters string|null $directory Return Value array
OutputInterface getOutput() Get the output implementation. Return Value OutputInterface
void warn(string $string) Write a string as warning output. Parameters string $string Return Value void
string parameterize(array $values) Create query parameter place-holders for an array. Parameters array $values Return Value string
void push(string $event, array $payload = array()) Register an event and payload to be fired later. Parameters string $event array $payload Return Value void
mixed offsetGet(mixed $key) Get the item at the given offset. Parameters mixed $key Return Value mixed
Page 52 of 996