PHP 8.3.31
Preview: SupportsPartialRelations.php Size: 781 B
/home/getspomw/royalsquad.us/vendor/laravel/framework/src/Illuminate/Contracts/Database/Eloquent/SupportsPartialRelations.php

<?php

namespace Illuminate\Contracts\Database\Eloquent;

interface SupportsPartialRelations
{
    /**
     * Indicate that the relation is a single result of a larger one-to-many relationship.
     *
     * @param  string|null  $column
     * @param  string|\Closure|null  $aggregate
     * @param  string  $relation
     * @return $this
     */
    public function ofMany($column = 'id', $aggregate = 'MAX', $relation = null);

    /**
     * Determine whether the relationship is a one-of-many relationship.
     *
     * @return bool
     */
    public function isOneOfMany();

    /**
     * Get the one of many inner join subselect query builder instance.
     *
     * @return \Illuminate\Database\Eloquent\Builder|void
     */
    public function getOneOfManySubQuery();
}

Directory Contents

Dirs: 0 × Files: 7

Name Size Perms Modified Actions
302 B lrw-rw-rw- 2025-09-17 06:53:00
Edit Download
388 B lrw-rw-rw- 2025-09-17 06:53:00
Edit Download
898 B lrw-rw-rw- 2025-09-17 06:53:00
Edit Download
493 B lrw-rw-rw- 2025-09-17 06:53:00
Edit Download
710 B lrw-rw-rw- 2025-09-17 06:53:00
Edit Download
512 B lrw-rw-rw- 2025-09-17 06:53:00
Edit Download
781 B lrw-rw-rw- 2025-09-17 06:53:00
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).