bubasuma\simplechat\models\UserProfile::tableName PHP 메소드

tableName() 공개 정적인 메소드

public static tableName ( )
    public static function tableName()
    {
        return Migration::TABLE_USER_PROFILE;
    }