string getRelationCountHash() Get a relationship join table hash. Return Value string
void fire() Execute the console command. Return Value void
static Collection hydrateRaw(string $query, array $bindings = array(), string|null $connection = null) Create a collection of models from a raw query. Parameters string $query array $bindings string|null $connection Return Value Collection
array failed() Get the failed validation rules. Return Value array
$this setModel(string $model, int|array $ids = array()) Set the affected Eloquent model and instance ids. Parameters string $model int|array $ids Return Value $this
Builder newQuery() Get a new query builder for the model's table. Return Value Builder
int delete(string $query, array $bindings = array()) Run a delete statement against the database. Parameters string $query array $bindings Return Value int
void __construct() Create a new APC wrapper instance. Return Value void
ViewFinderInterface getFinder() Get the view finder instance. Return Value ViewFinderInterface
bool save(array $options = array()) Save the model to the database. Parameters array $options Return Value bool
Page 97 of 996