PHP Class App\Models\Forum\PollVote

Inheritance: extends Illuminate\Database\Eloquent\Model, use trait App\Traits\Validatable
Afficher le fichier Open project: ppy/osu-web Class Usage Examples

Méthodes publiques

Свойство Type Description
$timestamps

Protected Properties

Свойство Type Description
$guarded
$table

Méthodes publiques

Méthode Description
isValid ( )
pollOption ( )
user ( )
validationErrorsTranslationPrefix ( )

Method Details

isValid() public méthode

public isValid ( )

pollOption() public méthode

public pollOption ( )

user() public méthode

public user ( )

validationErrorsTranslationPrefix() public méthode

Property Details

$guarded protected_oe property

protected $guarded

$table protected_oe property

protected $table

$timestamps public_oe property

public $timestamps