mixed pipe(mixed $object, string|null $pipeline = null) Send an object through one of the available pipelines. Parameters mixed $object string|null $pipeline Return Value mixed
array getChangedColumns() Get the columns on the blueprint that should be changed. Return Value array
string createdAt() Get the name of the "created at" column. Return Value string
void line(string $string) Write a string as standard output. Parameters string $string Return Value void
$this withException(Exception $e) Set the exception to attach to the response. Parameters Exception $e Return Value $this
void incrementLoopIndices() Increment the top loop's indices. Return Value void
Collection every(int $step, int $offset) Create a new collection consisting of every n-th element. Parameters int $step int $offset Return Value Collection
void addLocation(string $location) Add a location to the finder. Parameters string $location Return Value void
bool runsInEnvironment(string $environment) Determine if the event runs in the given environment. Parameters string $environment Return Value bool
void commands(array|mixed $commands) Register the package's custom Artisan commands. Parameters array|mixed $commands Return Value void
Page 41 of 996