PHP Class NilPortugues\Laravel5\JsonApi\Repository\EloquentRepository

Inheritance: extends NilPortugues\Foundation\Infrastructure\Model\Repository\Eloquent\EloquentRepository
Exibir arquivo 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_oe property

protected string $modelClass
return string