PHP Class Learner\Repositories\Table\AbstractTableRepository

Afficher le fichier Open project: RryLee/learner.video

Protected Properties

Свойство Type Description
$table Illuminate\Database\DatabaseManager Table instance
$tableName string Table name

Méthodes publiques

Méthode Description
__construct ( )

Method Details

__construct() public méthode

public __construct ( )

Property Details

$table protected_oe property

Table instance
protected DatabaseManager,Illuminate\Database $table
Résultat Illuminate\Database\DatabaseManager

$tableName protected_oe property

Table name
protected string $tableName
Résultat string