PHP 8.2.31
Preview: SupportsPartialRelations.php Size: 798 B
//opt/cpanel/ea-wappspector/vendor/rector/rector/vendor/illuminate/contracts/Database/Eloquent/SupportsPartialRelations.php

<?php

namespace RectorPrefix202411\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
339 B lrw-r--r-- 2024-11-08 13:59:10
Edit Download
407 B lrw-r--r-- 2024-11-08 13:59:10
Edit Download
916 B lrw-r--r-- 2024-11-08 13:59:10
Edit Download
524 B lrw-r--r-- 2024-11-08 13:59:10
Edit Download
728 B lrw-r--r-- 2024-11-08 13:59:10
Edit Download
543 B lrw-r--r-- 2024-11-08 13:59:10
Edit Download
798 B lrw-r--r-- 2024-11-08 13:59:10
Edit Download

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