User::setRawAttributes()

$this setRawAttributes(array $attributes, bool $sync = false) Set the array of model attributes. No checking is done. Parameters array $attributes bool $sync Return Value $this

User::setPerPage()

$this setPerPage(int $perPage) Set the number of models to return per page. Parameters int $perPage Return Value $this

User::setObservableEvents()

$this setObservableEvents(array $observables) Set the observable event names. Parameters array $observables Return Value $this

User::setKeyName()

$this setKeyName(string $key) Set the primary key for the model. Parameters string $key Return Value $this

User::setIncrementing()

$this setIncrementing(bool $value) Set whether IDs are incrementing. Parameters bool $value Return Value $this

User::setHidden()

$this setHidden(array $hidden) Set the hidden attributes for the model. Parameters array $hidden Return Value $this

User::setEventDispatcher()

static void setEventDispatcher(Dispatcher $dispatcher) Set the event dispatcher instance. Parameters Dispatcher $dispatcher Return Value void

User::setDateFormat()

$this setDateFormat(string $format) Set the date format used by the model. Parameters string $format Return Value $this

User::setCreatedAt()

$this setCreatedAt(mixed $value) Set the value of the "created at" attribute. Parameters mixed $value Return Value $this

User::setConnectionResolver()

static void setConnectionResolver(ConnectionResolverInterface $resolver) Set the connection resolver instance. Parameters ConnectionResolverInterface $resolver Return Value void