SYMBOL INDEX (183 symbols across 53 files) FILE: src/EloquentJoinBuilder.php class EloquentJoinBuilder (line 19) | class EloquentJoinBuilder extends Builder method where (line 53) | public function where($column, $operator = null, $value = null, $boole... method whereJoin (line 70) | public function whereJoin($column, $operator, $value, $boolean = 'and') method orWhereJoin (line 78) | public function orWhereJoin($column, $operator, $value) method whereInJoin (line 86) | public function whereInJoin($column, $values, $boolean = 'and', $not =... method whereNotInJoin (line 94) | public function whereNotInJoin($column, $values, $boolean = 'and') method orWhereInJoin (line 102) | public function orWhereInJoin($column, $values) method orWhereNotInJoin (line 110) | public function orWhereNotInJoin($column, $values) method orderByJoin (line 118) | public function orderByJoin($column, $direction = 'asc', $aggregateMet... method joinRelations (line 155) | public function joinRelations($relations, $leftJoin = null) method performJoin (line 172) | protected function performJoin($relations, $leftJoin = null) method joinQuery (line 253) | protected function joinQuery($join, $relation, $relatedTableAlias) method applyClauseOnRelation (line 277) | private function applyClauseOnRelation(JoinClause $join, string $metho... method checkAggregateMethod (line 309) | private function checkAggregateMethod($aggregateMethod) method checkDirection (line 322) | private function checkDirection($direction) method isUseTableAlias (line 330) | public function isUseTableAlias(): bool method setUseTableAlias (line 335) | public function setUseTableAlias(bool $useTableAlias) method isLeftJoin (line 342) | public function isLeftJoin(): bool method setLeftJoin (line 347) | public function setLeftJoin(bool $leftJoin) method isAppendRelationsCount (line 354) | public function isAppendRelationsCount(): bool method setAppendRelationsCount (line 359) | public function setAppendRelationsCount(bool $appendRelationsCount) method getAggregateMethod (line 366) | public function getAggregateMethod(): string method setAggregateMethod (line 371) | public function setAggregateMethod(string $aggregateMethod) FILE: src/Exceptions/InvalidAggregateMethod.php class InvalidAggregateMethod (line 5) | class InvalidAggregateMethod extends \Exception FILE: src/Exceptions/InvalidDirection.php class InvalidDirection (line 5) | class InvalidDirection extends \Exception FILE: src/Exceptions/InvalidRelation.php class InvalidRelation (line 5) | class InvalidRelation extends \Exception FILE: src/Exceptions/InvalidRelationClause.php class InvalidRelationClause (line 5) | class InvalidRelationClause extends \Exception FILE: src/Exceptions/InvalidRelationGlobalScope.php class InvalidRelationGlobalScope (line 5) | class InvalidRelationGlobalScope extends \Exception FILE: src/Exceptions/InvalidRelationWhere.php class InvalidRelationWhere (line 5) | class InvalidRelationWhere extends \Exception FILE: src/Relations/BelongsToJoin.php class BelongsToJoin (line 8) | class BelongsToJoin extends BelongsTo FILE: src/Relations/HasManyJoin.php class HasManyJoin (line 8) | class HasManyJoin extends HasMany FILE: src/Relations/HasOneJoin.php class HasOneJoin (line 8) | class HasOneJoin extends HasOne FILE: src/Traits/EloquentJoin.php type EloquentJoin (line 19) | trait EloquentJoin method newEloquentBuilder (line 28) | public function newEloquentBuilder($query) FILE: src/Traits/ExtendRelationsTrait.php type ExtendRelationsTrait (line 11) | trait ExtendRelationsTrait method newBelongsTo (line 13) | protected function newBelongsTo(Builder $query, Model $child, $foreign... method newHasOne (line 18) | protected function newHasOne(Builder $query, Model $parent, $foreignKe... method newHasMany (line 23) | protected function newHasMany(Builder $query, Model $parent, $foreignK... FILE: src/Traits/JoinRelationTrait.php type JoinRelationTrait (line 7) | trait JoinRelationTrait method __call (line 17) | public function __call($method, $parameters) FILE: tests/Models/BaseModel.php class BaseModel (line 8) | class BaseModel extends Model FILE: tests/Models/City.php class City (line 7) | class City extends BaseModel method state (line 15) | public function state() method zipCodePrimary (line 20) | public function zipCodePrimary() method sellers (line 26) | public function sellers() method zipCodes (line 31) | public function zipCodes() FILE: tests/Models/Integration.php class Integration (line 7) | class Integration extends BaseModel FILE: tests/Models/Key/Location.php class Location (line 7) | class Location extends BaseModel FILE: tests/Models/Key/Order.php class Order (line 7) | class Order extends BaseModel method seller (line 15) | public function seller() method sellerOwner (line 20) | public function sellerOwner() FILE: tests/Models/Key/Seller.php class Seller (line 7) | class Seller extends BaseModel method location (line 15) | public function location() method locations (line 20) | public function locations() method locationOwner (line 25) | public function locationOwner() method locationsOwner (line 30) | public function locationsOwner() FILE: tests/Models/Location.php class Location (line 7) | class Location extends BaseModel method seller (line 15) | public function seller() method city (line 20) | public function city() method locationAddressPrimary (line 25) | public function locationAddressPrimary() method integrations (line 31) | public function integrations() FILE: tests/Models/LocationAddress.php class LocationAddress (line 7) | class LocationAddress extends BaseModel method users (line 15) | public function users() FILE: tests/Models/LocationWithGlobalScope.php class LocationWithGlobalScope (line 8) | class LocationWithGlobalScope extends BaseModel method boot (line 14) | protected static function boot() FILE: tests/Models/Order.php class Order (line 7) | class Order extends BaseModel method seller (line 15) | public function seller() FILE: tests/Models/OrderItem.php class OrderItem (line 7) | class OrderItem extends BaseModel method order (line 15) | public function order() method orderWithTrashed (line 20) | public function orderWithTrashed() method orderOnlyTrashed (line 26) | public function orderOnlyTrashed() FILE: tests/Models/Seller.php class Seller (line 5) | class Seller extends BaseModel method location (line 11) | public function location() method locations (line 18) | public function locations() method locationPrimary (line 23) | public function locationPrimary() method locationPrimaryInvalid (line 29) | public function locationPrimaryInvalid() method locationPrimaryInvalid2 (line 36) | public function locationPrimaryInvalid2() method locationPrimaryInvalid3 (line 44) | public function locationPrimaryInvalid3() method locationSecondary (line 49) | public function locationSecondary() method locationPrimaryOrSecondary (line 55) | public function locationPrimaryOrSecondary() method city (line 62) | public function city() FILE: tests/Models/State.php class State (line 7) | class State extends BaseModel method cities (line 15) | public function cities() FILE: tests/Models/User.php class User (line 7) | class User extends BaseModel FILE: tests/Models/ZipCode.php class ZipCode (line 7) | class ZipCode extends BaseModel FILE: tests/Scope/TestExceptionScope.php class TestExceptionScope (line 9) | class TestExceptionScope implements Scope method apply (line 11) | public function apply(Builder $builder, Model $model) FILE: tests/ServiceProvider.php class ServiceProvider (line 5) | class ServiceProvider extends \Illuminate\Support\ServiceProvider method register (line 7) | public function register() method boot (line 12) | public function boot() method loadMigrationsFrom (line 17) | protected function loadMigrationsFrom($path) FILE: tests/TestCase.php class TestCase (line 10) | abstract class TestCase extends \Orchestra\Testbench\TestCase method setUp (line 12) | public function setUp(): void method startListening (line 40) | protected function startListening() method fetchLastLog (line 45) | protected function fetchLastLog() method fetchQuery (line 52) | protected function fetchQuery() method fetchBindings (line 65) | protected function fetchBindings() method getEnvironmentSetUp (line 70) | protected function getEnvironmentSetUp($app) method getPackageProviders (line 105) | protected function getPackageProviders($app) method assertQueryMatches (line 110) | protected function assertQueryMatches($expected, $actual) FILE: tests/Tests/AggregateJoinTest.php class AggregateJoinTest (line 9) | class AggregateJoinTest extends TestCase method testAvg (line 18) | public function testAvg() method testSum (line 28) | public function testSum() method testMax (line 38) | public function testMax() method testMin (line 48) | public function testMin() method testCount (line 58) | public function testCount() FILE: tests/Tests/AppendRelationsCountTest.php class AppendRelationsCountTest (line 8) | class AppendRelationsCountTest extends TestCase method testWhere (line 10) | public function testWhere() FILE: tests/Tests/Clauses/JoinRelationsTest.php class JoinRelationsTest (line 8) | class JoinRelationsTest extends TestCase method testWhere (line 10) | public function testWhere() FILE: tests/Tests/Clauses/OrWhereInTest.php class OrWhereInTest (line 8) | class OrWhereInTest extends TestCase method testWhere (line 10) | public function testWhere() FILE: tests/Tests/Clauses/OrWhereNotInTest.php class OrWhereNotInTest (line 8) | class OrWhereNotInTest extends TestCase method testWhere (line 10) | public function testWhere() FILE: tests/Tests/Clauses/OrWhereTest.php class OrWhereTest (line 8) | class OrWhereTest extends TestCase method testWhere (line 10) | public function testWhere() FILE: tests/Tests/Clauses/OrderByTest.php class OrderByTest (line 8) | class OrderByTest extends TestCase method testOrderBy (line 10) | public function testOrderBy() method testOrderByMultiple (line 26) | public function testOrderByMultiple() FILE: tests/Tests/Clauses/WhereInTest.php class WhereInTest (line 8) | class WhereInTest extends TestCase method testWhere (line 10) | public function testWhere() FILE: tests/Tests/Clauses/WhereNotInTest.php class WhereNotInTest (line 8) | class WhereNotInTest extends TestCase method testWhere (line 10) | public function testWhere() FILE: tests/Tests/Clauses/WhereTest.php class WhereTest (line 8) | class WhereTest extends TestCase method testWhere (line 10) | public function testWhere() FILE: tests/Tests/ClosureOnRelationTest.php class ClosureOnRelationTest (line 8) | class ClosureOnRelationTest extends TestCase method testWhereOnRelationWithOrderByJoin (line 10) | public function testWhereOnRelationWithOrderByJoin() method testWhereOnRelationWithoutOrderByJoin (line 63) | public function testWhereOnRelationWithoutOrderByJoin() FILE: tests/Tests/ClosureTest.php class ClosureTest (line 8) | class ClosureTest extends TestCase method testNestOne (line 10) | public function testNestOne() method testNestTwo (line 28) | public function testNestTwo() FILE: tests/Tests/ExceptionTest.php class ExceptionTest (line 15) | class ExceptionTest extends TestCase method testInvalidRelation (line 17) | public function testInvalidRelation() method testInvalidRelationWhere (line 30) | public function testInvalidRelationWhere() method testInvalidRelationClause (line 43) | public function testInvalidRelationClause() method testInvalidRelationGlobalScope (line 56) | public function testInvalidRelationGlobalScope() method testInvalidAggregateMethod (line 69) | public function testInvalidAggregateMethod() method testOrderByInvalidDirection (line 82) | public function testOrderByInvalidDirection() FILE: tests/Tests/JoinTypeTest.php class JoinTypeTest (line 9) | class JoinTypeTest extends TestCase method testLeftJoin (line 11) | public function testLeftJoin() method testInnerJoin (line 25) | public function testInnerJoin() method testMixedJoin (line 39) | public function testMixedJoin() FILE: tests/Tests/KeysOwnerTest.php class KeysOwnerTest (line 9) | class KeysOwnerTest extends TestCase method testBelogsTo (line 11) | public function testBelogsTo() method testHasOne (line 24) | public function testHasOne() method testHasMany (line 37) | public function testHasMany() FILE: tests/Tests/KeysTest.php class KeysTest (line 9) | class KeysTest extends TestCase method testBelongsTo (line 11) | public function testBelongsTo() method testHasOne (line 24) | public function testHasOne() method testHasMany (line 37) | public function testHasMany() FILE: tests/Tests/OptionsTest.php class OptionsTest (line 9) | class OptionsTest extends TestCase method testUseTableAlias (line 11) | public function testUseTableAlias() method testAppendRelationsCount (line 19) | public function testAppendRelationsCount() method testLeftJoin (line 27) | public function testLeftJoin() method testAggregateMethod (line 35) | public function testAggregateMethod() FILE: tests/Tests/Relations/BelongsToTest.php class BelongsToTest (line 8) | class BelongsToTest extends TestCase method testBelongsTo (line 10) | public function testBelongsTo() method testBelongsToHasOne (line 22) | public function testBelongsToHasOne() method testBelongsToHasMany (line 37) | public function testBelongsToHasMany() method testBelongsToHasOneHasMany (line 51) | public function testBelongsToHasOneHasMany() method testBelongsToHasManyHasOne (line 67) | public function testBelongsToHasManyHasOne() FILE: tests/Tests/Relations/HasManyTest.php class HasManyTest (line 8) | class HasManyTest extends TestCase method testHasMany (line 10) | public function testHasMany() method testHasManyHasOne (line 23) | public function testHasManyHasOne() method testHasManyBelongsTo (line 37) | public function testHasManyBelongsTo() FILE: tests/Tests/Relations/HasOneTest.php class HasOneTest (line 8) | class HasOneTest extends TestCase method testHasOne (line 10) | public function testHasOne() method testHasOneBelongsTo (line 25) | public function testHasOneBelongsTo() method testHasOneHasMany (line 41) | public function testHasOneHasMany() FILE: tests/Tests/SoftDeleteTest.php class SoftDeleteTest (line 8) | class SoftDeleteTest extends TestCase method testNotRelatedWithoutTrashedDefault (line 10) | public function testNotRelatedWithoutTrashedDefault() method testNotRelatedWithoutTrashedExplicit (line 21) | public function testNotRelatedWithoutTrashedExplicit() method testNotRelatedOnlyTrashedExplicit (line 32) | public function testNotRelatedOnlyTrashedExplicit() method testNotRelatedWithTrashedExplicit (line 43) | public function testNotRelatedWithTrashedExplicit() method testRelatedWithoutTrashedDefault (line 53) | public function testRelatedWithoutTrashedDefault() method testRelatedWithoutTrashedExplicit (line 67) | public function testRelatedWithoutTrashedExplicit() method testRelatedOnlyTrashedExplicit (line 82) | public function testRelatedOnlyTrashedExplicit() method testRelatedWithTrashedExplicit (line 97) | public function testRelatedWithTrashedExplicit() method testRelatedWithTrashedOnRelation (line 111) | public function testRelatedWithTrashedOnRelation() method testRelatedOnlyTrashedOnRelation (line 125) | public function testRelatedOnlyTrashedOnRelation() FILE: tests/database/migrations/2017_11_04_163552_create_database.php class CreateDatabase (line 9) | class CreateDatabase extends Migration method up (line 14) | public function up() method down (line 161) | public function down()