PHP Class Learner\Repositories\Table\AbstractTableRepository

Show file 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 property

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

$tableName protected property

Table name
protected string $tableName
return string