void addConnection(array $config, string $name = 'default') Register a connection with the manager. Parameters array $config string $name Return Value void
Generator cursor() Get a generator for the given query. Return Value Generator
Collection|Builder[] get(array $columns = array('*')) Execute the query as a "select" statement. Parameters array $columns Return Value Collection|Builder[]
Model newFromBuilder(array $attributes = array(), string|null $connection = null) Create a new model instance that is existing. Parameters array $attributes string|null $connection Return Value Model
void __wakeup() Restore the model after serialization. Return Value void
void commands(array $commands) Register the package's custom Artisan commands. Parameters array $commands Return Value void
$this setAppends(array $appends) Set the accessors to append to model arrays. Parameters array $appends Return Value $this
$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
array createMany(array $records) Create an array of new instances of the related model. Parameters array $records Return Value array
$this needs(string $abstract) Define the abstract target that depends on the context. Parameters string $abstract Return Value $this
Page 400 of 996