Collection get(array $columns = array('*'))
array initRelation(array $models, string $relation) Initialize the relation
string getHasCompareKey() Get the key for comparing against the parent
$this setTable(string $table) Set the table associated with the model.
bool chunk(int $count, callable $callback) Chunk the results of the query
string createdAt() Get the name of the "created at" column.
string getOtherKey() Get the "other key" column name.
string getPlainForeignKey() Get the plain foreign key.
string getTable() Get the intermediate table for the relationship.
string updatedAt() Get the name of the "updated at" column.
Page 31 of 87