array createMany(array $records, array $joinings = array()) Create an array of new instances of the related models. Parameters array $records array $joinings Return Value array
string|array argument(string $key = null) Get the value of a command argument. Parameters string $key Return Value string|array
string getPlainForeignKey() Get the plain foreign key. Return Value string
Authenticatable authenticate() Determine if the current user is authenticated. Return Value Authenticatable Exceptions AuthenticationException
static mixed getFacadeRoot() Get the root object behind the facade. Return Value mixed
array getBagData(string $name) Get the raw bag data array for a given bag. Parameters string $name Return Value array
string __toString() Convert the model to its string representation. Return Value string
string relatedUpdatedAt() Get the name of the related model's "updated at" column. Return Value string
$this setHidden(array $hidden) Set the hidden attributes for the model. Parameters array $hidden Return Value $this
void registerPlugin(Swift_Events_EventListener $plugin) Register a plug-in with the transport. Parameters Swift_Events_EventListener $plugin Return Value void
Page 29 of 996