app\models\AccountGatewayToken::payment_methods PHP Метод

payment_methods() публичный Метод

public payment_methods ( ) : Illuminate\Database\Eloquent\Relations\HasMany
Результат Illuminate\Database\Eloquent\Relations\HasMany
    public function payment_methods()
    {
        return $this->hasMany('App\\Models\\PaymentMethod');
    }