Cookie forget(string $name, string $path = null, string $domain = null) Expire the given cookie. Parameters string $name string $path string $domain Return Value Cookie
static void macro(string $name, callable $macro) Register a custom macro. Parameters string $name callable $macro Return Value void
array getDirty() Get the attributes that have been changed since last sync. Return Value array
array prepareBindings(array $bindings) Prepare the query bindings for execution. Parameters array $bindings Return Value array
$this needs(string $abstract) Define the abstract target that depends on the context. Parameters string $abstract Return Value $this
array createMany(array $records) Create an array of new instances of the related model. Parameters array $records Return Value array
$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
$this setAppends(array $appends) Set the accessors to append to model arrays. Parameters array $appends Return Value $this
void commands(array $commands) Register the package's custom Artisan commands. Parameters array $commands Return Value void
Page 68 of 996