Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
NilPortugues
Laravel5
JsonApi
Repository
EloquentRepository
PHP Class NilPortugues\Laravel5\JsonApi\Repository\EloquentRepository
Inheritance:
extends
NilPortugues\Foundation\Infrastructure\Model\Repository\Eloquent\EloquentRepository
Show file
Open project: nilportugues/laravel5-jsonapi
Protected Properties
Property
Type
Description
$modelClass
string
Public Methods
Method
Description
__construct
(
Model
$model
)
EloquentRepository constructor.
Protected Methods
Method
Description
modelClassName
( )
Method Details
__construct()
public
method
EloquentRepository constructor.
public
__construct
(
Model
$model
)
$model
Illuminate\Database\Eloquent\Model
modelClassName()
protected
method
protected
modelClassName
( )
Property Details
$modelClass
protected property
protected
string
$modelClass
return
string