PHP Class app\models\TournamentRegistration

Inheritance: extends Illuminate\Database\Eloquent\Model
Show file Open project: ppy/osu-web Class Usage Examples

Protected Properties

Property Type Description
$primaryKey
$table

Public Methods

Method Description
getDates ( )
tournament ( )
user ( )

Method Details

getDates() public method

public getDates ( )

tournament() public method

public tournament ( )

user() public method

public user ( )

Property Details

$primaryKey protected property

protected $primaryKey

$table protected property

protected $table