Gestión Constructora
 
Loading...
Searching...
No Matches
App\Models\Cuota Class Reference
Inheritance diagram for App\Models\Cuota:

Public Member Functions

 cliente ()
 
 remesa ()
 

Static Public Member Functions

static getCuotasGroupedByCliente ()
 

Protected Attributes

 $table = 'cuota'
 
 $guarded = []
 

Member Function Documentation

◆ cliente()

App\Models\Cuota::cliente ( )

Get the cliente that owns the Cuota.

Returns
BelongsTo

◆ getCuotasGroupedByCliente()

static App\Models\Cuota::getCuotasGroupedByCliente ( )
static

Get Cuotas grouped by Cliente.

Returns
array

◆ remesa()

App\Models\Cuota::remesa ( )

Get the remesa that owns the Cuota.

Returns
BelongsTo

Member Data Documentation

◆ $guarded

App\Models\Cuota::$guarded = []
protected

◆ $table

App\Models\Cuota::$table = 'cuota'
protected

The documentation for this class was generated from the following file: