app\models\TournamentRegistration::getDates PHP 메소드

getDates() 공개 메소드

public getDates ( )
    public function getDates()
    {
        return ['created_at', 'updated_at', 'signup_open', 'signup_close', 'start_date', 'end_date'];
    }
TournamentRegistration