PHP 클래스 Learner\Repositories\Table\AbstractTableRepository

파일 보기 프로젝트 열기: RryLee/learner.video

보호된 프로퍼티들

프로퍼티 타입 설명
$table Illuminate\Database\DatabaseManager Table instance
$tableName string Table name

공개 메소드들

메소드 설명
__construct ( )

메소드 상세

__construct() 공개 메소드

public __construct ( )

프로퍼티 상세

$table 보호되어 있는 프로퍼티

Table instance
protected DatabaseManager,Illuminate\Database $table
리턴 Illuminate\Database\DatabaseManager

$tableName 보호되어 있는 프로퍼티

Table name
protected string $tableName
리턴 string