Relation::match()

abstract array match(array $models, Collection $results, string $relation) Match the eagerly loaded results to their parents. Parameters array $models Collection $results string $relation Return Value array

MySqlGrammar::compileTableExists()

string compileTableExists() Compile the query to determine the list of tables. Return Value string

NotificationTableCommand::callSilent()

int callSilent(string $command, array $arguments = array()) Call another console command silently. Parameters string $command array $arguments Return Value int

JoinClause::joinWhere()

Builder|Builder joinWhere(string $table, string $one, string $operator, string $two, string $type = 'inner') Add a "join where" clause to the query. Parameters string $table string $one string $operator string $two string $type Return Value Builder|Builder

MorphToMany::simplePaginate()

Paginator simplePaginate(int $perPage = null, array $columns = array('*'), string $pageName = 'page') Paginate the given query into a simple paginator. Parameters int $perPage array $columns string $pageName Return Value Paginator

ConnectionEvent::__construct()

void __construct(Connection $connection) Create a new event instance. Parameters Connection $connection Return Value void

BladeCompiler::isExpired()

bool isExpired(string $path) Determine if the view at the given path is expired. Parameters string $path Return Value bool

MorphTo::morphMap()

static array morphMap(array $map = null, bool $merge = true) Set or get the morph map for polymorphic relations. Parameters array $map bool $merge Return Value array

DatabaseNotificationCollection::split()

Collection split(int $numberOfGroups) Split a collection into a certain number of groups. Parameters int $numberOfGroups Return Value Collection

PublisherServiceProvider::__construct()

void __construct(Application $app) Create a new service provider instance. Parameters Application $app Return Value void