CollegePortal\Models\StudentTakesCourse
A StudentTakesCourse models represents the fact that a Student, takes a Course taught by a particular Staff.
- Class name: StudentTakesCourse
- Namespace: CollegePortal\Models
- Parent class: CollegePortal\Models\BaseModel
protected mixed $fillable = array('student_id', 'staff_teach_course_id')
- Visibility: protected
protected mixed $table = 'student_takes_courses'
- Visibility: protected
public integer $id
- Visibility: public
public integer $student_id
- Visibility: public
public integer $staff_teach_course_id
- Visibility: public
public \Carbon\Carbon $created_at
- Visibility: public
public \Carbon\Carbon $updated_at
- Visibility: public
mixed CollegePortal\Models\StudentTakesCourse::student()
- Visibility: public
mixed CollegePortal\Models\StudentTakesCourse::staffCourses()
- Visibility: public
mixed CollegePortal\Models\StudentTakesCourse::semester()
- Visibility: public
mixed CollegePortal\Models\StudentTakesCourse::grades()
- Visibility: public
mixed CollegePortal\Models\StudentTakesCourse::staff()
- Visibility: public
mixed CollegePortal\Models\StudentTakesCourse::course()
- Visibility: public
mixed CollegePortal\Models\StudentTakesCourse::scopeSchool()
- Visibility: public
mixed CollegePortal\Models\StudentTakesCourse::boot()
- Visibility: public
- This method is static.
string CollegePortal\Models\BaseModel::name()
Returns the table name for the Model
- Visibility: public
- This method is static.
- This method is defined by CollegePortal\Models\BaseModel
\Illuminate\Database\Eloquent\Builder|\CollegePortal\Models\Asset CollegePortal\Models\BaseModel::assets()
Returns a query builder for CollegePortal\Models\Asset
- Visibility: public
- This method is defined by CollegePortal\Models\BaseModel
\Illuminate\Database\Eloquent\Builder|\CollegePortal\Models\Image CollegePortal\Models\BaseModel::images()
Returns a query builder for CollegePortal\Models\Image
- Visibility: public
- This method is defined by CollegePortal\Models\BaseModel
CollegePortal\Models\StudentTakesCourse::whereId()
- Visibility: public
CollegePortal\Models\StudentTakesCourse::whereName()
- Visibility: public
CollegePortal\Models\StudentTakesCourse::whereCreatedAt()
- Visibility: public
CollegePortal\Models\StudentTakesCourse::whereUpdatedAt()
- Visibility: public