PHP Class Learner\Repositories\Table\AbstractTableRepository

Datei anzeigen Open project: RryLee/learner.video

Protected Properties

Property Type Description
$table Illuminate\Database\DatabaseManager Table instance
$tableName string Table name

Public Methods

Method Description
__construct ( )

Method Details

__construct() public method

public __construct ( )

Property Details

$table protected_oe property

Table instance
protected DatabaseManager,Illuminate\Database $table
return Illuminate\Database\DatabaseManager

$tableName protected_oe property

Table name
protected string $tableName
return string